Other Parts Discussed in Thread: AM62P
I’m trying to build yocto Linux for custom AM625 SOM using 1.2. Building the SDK with Yocto — Processor SDK AM62x Documentation
Also, I want the build to support chromium browser on it. So, I’ve added meta-chromium and meta-clang layers to my build.
But, I’m getting the some errors in executing bitbake build engine.
The logs after executing the bitbake commad are attached below
renu@HP-EliteBook:~/project/tisdk/build$ MACHINE=am62xx-evm bitbake -k core-image-minimal
NOTE: Started PRServer with DBfile: /home/renu/project/tisdk/build/cache/prserv.sqlite3, Address: 127.0.0.1:44867, PID: 1593831
Loading cache: 100% |##########################################################################################################| Time: 0:00:03
Loaded 9430 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
Build Configuration (mc:default):
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-22.04"
TARGET_SYS = "aarch64-oe-linux"
MACHINE = "am62xx-evm"
DISTRO = "arago"
DISTRO_VERSION = "2023.10"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
meta-arago-distro
meta-arago-extras
meta-arago-demos
meta-arago-test = "HEAD:769c052cff7eccb08de6d0f1dbcbac5c56b6b77a"
meta-qt5 = "HEAD:ae8a97f79364bed1abc297636f7933d0e35f22be"
meta-virtualization = "HEAD:67b0ef4256a484851f3556d281ca4caa88374388"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0"
meta-ti-extras
meta-ti-bsp = "HEAD:8a468a00043e824ca85b1065f770b045b5f894d7"
meta-arm
meta-arm-toolchain = "HEAD:b187fb9232ca0a6b5f8f90b4715958546fc41d73"
meta-clang = "kirkstone:312ff1c39b1bf5d35c0321e873417eb013cea477"
meta-chromium = "master:0fcfadca55fa36c48ef09ff85c82d5bcde39540b"
meta = "kirkstone:cca0971a7d92d823cc0c2b16cf14a7b2ed8ecb61"
meta-tisdk = "HEAD:7a4f8861879ec1ac2675e51e96920989c2522960"
Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-22.04"
TARGET_SYS = "arm-oe-eabi"
MACHINE = "am62xx-evm-k3r5"
DISTRO = "arago"
DISTRO_VERSION = "2023.10"
TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
TARGET_FPU = "hard"
meta-arago-distro
meta-arago-extras
meta-arago-demos
meta-arago-test = "HEAD:769c052cff7eccb08de6d0f1dbcbac5c56b6b77a"
meta-qt5 = "HEAD:ae8a97f79364bed1abc297636f7933d0e35f22be"
meta-virtualization = "HEAD:67b0ef4256a484851f3556d281ca4caa88374388"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0"
meta-ti-extras
meta-ti-bsp = "HEAD:8a468a00043e824ca85b1065f770b045b5f894d7"
meta-arm
meta-arm-toolchain = "HEAD:b187fb9232ca0a6b5f8f90b4715958546fc41d73"
meta-clang = "kirkstone:312ff1c39b1bf5d35c0321e873417eb013cea477"
meta-chromium = "master:0fcfadca55fa36c48ef09ff85c82d5bcde39540b"
meta = "kirkstone:cca0971a7d92d823cc0c2b16cf14a7b2ed8ecb61"
meta-tisdk = "HEAD:7a4f8861879ec1ac2675e51e96920989c2522960"
Initialising tasks: 100% |#####################################################################################################| Time: 0:00:07
Sstate summary: Wanted 1630 Local 110 Mirrors 0 Missed 1520 Current 818 (6% match, 37% complete)
NOTE: Executing Tasks
WARNING: cairo-1.16.0-r0 do_fetch: Checksum mismatch for local file /home/renu/project/tisdk/downloads/cairo-1.16.0.tar.xz
Cleaning and trying again.
WARNING: cairo-1.16.0-r0 do_fetch: Renaming /home/renu/project/tisdk/downloads/cairo-1.16.0.tar.xz to /home/renu/project/tisdk/downloads/cairo-1.16.0.tar.xz_bad-checksum_9e1389c5370f858cea1079cfaba00b4029120f21d99308113502cf258db35a3c
ERROR: rust-native-1.59.0-r0 do_install: ExecutionError('/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/run.do_install.1721239', 1, None, None)
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/log.do_install.1721239
Log data follows:
| DEBUG: Executing shell function do_install
| COMPILE rust-native install
| /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/bootstrap.py:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
| import distutils.version
| info: using vendored source, but .cargo/config is already present.
| Reusing the current configuration file. But you may want to configure vendoring like this:
| [source.crates-io]
| replace-with = 'vendored-sources'
| registry = 'https://example.com'
|
| [source.vendored-sources]
| directory = '/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/vendor'
|
| Building rustbuild
| running: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo build --manifest-path /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/Cargo.toml --verbose --frozen
| Fresh unicode-xid v0.2.2
| Fresh lazy_static v1.4.0
| Fresh cfg-if v1.0.0
| Fresh autocfg v1.0.0
| Fresh regex-automata v0.1.10
| Fresh regex-syntax v0.6.25
| Fresh same-file v1.0.6
| Fresh fnv v1.0.7
| Fresh cc v1.0.69
| Fresh unicode-width v0.1.8
| Fresh itoa v0.4.6
| Fresh build_helper v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/build_helper)
| Fresh once_cell v1.7.2
| Fresh thread_local v1.0.1
| Fresh walkdir v2.3.1
| Fresh getopts v0.2.21
| Fresh cmake v0.1.44
| Fresh proc-macro2 v1.0.30
| Fresh memchr v2.4.1
| Fresh libc v0.2.108
| Fresh log v0.4.14
| Fresh ryu v1.0.5
| Fresh quote v1.0.7
| Fresh bstr v0.2.13
| Fresh aho-corasick v0.7.18
| Fresh crossbeam-utils v0.8.3
| Fresh num_cpus v1.13.0
| Fresh filetime v0.2.14
| Fresh time v0.1.43
| Fresh syn v1.0.80
| Fresh opener v0.5.0
| Fresh regex v1.5.4
| Fresh serde_derive v1.0.125
| Fresh globset v0.4.5
| Fresh serde v1.0.125
| Fresh ignore v0.4.17
| Fresh toml v0.5.7
| Fresh serde_json v1.0.59
| Fresh bootstrap v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap)
| Finished dev [unoptimized] target(s) in 0.73s
| running: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/bootstrap/debug/bootstrap -j 4 install --verbose
| finding compilers
| CC_x86_64-linux = "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/wrapper/target-rust-cc"
| CFLAGS_x86_64-linux = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystem/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/include", "-pipe"]
| CXX_x86_64-linux = "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/wrapper/target-rust-cxx"
| CXXFLAGS_x86_64-linux = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystem/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/include", "-pipe"]
| AR_x86_64-linux = "ar"
| CC_x86_64-unknown-linux-gnu = "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/wrapper/build-rust-cc"
| CFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystem/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/include", "-pipe"]
| CXX_x86_64-unknown-linux-gnu = "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/wrapper/build-rust-cxx"
| CXXFLAGS_x86_64-unknown-linux-gnu = ["-ffunction-sections", "-fdata-sections", "-fPIC", "-m64", "-isystem/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/include", "-pipe"]
| AR_x86_64-unknown-linux-gnu = "ar"
| running sanity check
| learning about cargo
| Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" "panic-unwind backtrace profiler compiler-builtins-c" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh cc v1.0.69
| Fresh core v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/core)
| Fresh rustc-std-workspace-core v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-core)
| Fresh compiler_builtins v0.1.67
| Fresh alloc v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/alloc)
| Fresh libc v0.2.108
| warning: In file included from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfiling.h:12,
| warning: from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:34:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c: In function ‘doProfileMerging’:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingPort.h:33:37: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
| warning: 33 | #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l)
| warning: | ^~~~~~~~~~~~~~~~~~~~~~~
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:272:9: note: in expansion of macro ‘COMPILER_RT_FTRUNCATE’
| warning: 272 | (void)COMPILER_RT_FTRUNCATE(ProfileFile,
| warning: | ^~~~~~~~~~~~~~~~~~~~~
| Fresh cfg-if v0.1.10
| Fresh memchr v2.4.1
| Fresh adler v0.2.3
| Fresh rustc-demangle v0.1.21
| Fresh rustc-std-workspace-alloc v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-alloc)
| Fresh profiler_builtins v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/profiler_builtins)
| Fresh unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/unwind)
| Fresh panic_abort v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_abort)
| Fresh gimli v0.25.0
| Fresh hashbrown v0.11.0
| Fresh miniz_oxide v0.4.0
| Fresh object v0.26.2
| Fresh panic_unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_unwind)
| Fresh std_detect v0.1.5 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/stdarch/crates/std_detect)
| Fresh addr2line v0.16.0
| Fresh std v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/std)
| Fresh rustc-std-workspace-std v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-std)
| Fresh proc_macro v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/proc_macro)
| Fresh unicode-width v0.1.8
| Fresh getopts v0.2.21
| Fresh test v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test)
| Finished release [optimized] target(s) in 0.32s
| Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
| Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" " llvm max_level_info" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh autocfg v1.0.0
| Fresh cfg-if v0.1.10
| Fresh cfg-if v1.0.0
| Fresh lazy_static v1.4.0
| Fresh scopeguard v1.1.0
| Fresh smallvec v1.7.0
| Fresh hashbrown v0.11.0
| Fresh pin-project-lite v0.2.4
| Fresh either v1.6.0
| Fresh version_check v0.9.3
| Fresh ppv-lite86 v0.2.8
| Fresh rustc-hash v1.1.0
| Fresh stable_deref_trait v1.2.0
| Fresh arrayvec v0.7.0
| Fresh remove_dir_all v0.5.3
| Fresh rustc_graphviz v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_graphviz)
| Fresh opaque-debug v0.3.0
| Fresh cpuid-bool v0.1.2
| Fresh unicode-width v0.1.8
| Fresh unic-common v0.9.0
| Fresh scoped-tls v1.0.0
| Fresh unic-char-range v0.9.0
| Fresh unicode-xid v0.2.2
| Fresh termcolor v1.1.2
| Fresh annotate-snippets v0.8.0
| Fresh rustc_fs_util v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_fs_util)
| Fresh datafrog v2.0.1
| Fresh tinyvec v0.3.4
| Fresh regex-syntax v0.6.25
| Fresh ansi_term v0.12.1
| Fresh adler v0.2.3
| Fresh fixedbitset v0.2.0
| Fresh unicode-script v0.5.3
| Fresh if_chain v1.0.0
| Fresh build_helper v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/build_helper)
| Fresh fallible-iterator v0.2.0
| Fresh punycode v0.4.1
| Fresh rustc-demangle v0.1.21
| Fresh pathdiff v0.2.0
| Fresh cc v1.0.69
| Fresh itoa v0.4.6
| Fresh rustc_error_codes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_error_codes)
| Fresh instant v0.1.12
| Fresh tracing-core v0.1.21
| Fresh lock_api v0.4.5
| Fresh odht v0.3.1
| Fresh sharded-slab v0.1.1
| Fresh thread_local v1.0.1
| Fresh libloading v0.7.1
| Fresh itertools v0.9.0
| Fresh itertools v0.10.1
| Fresh unic-ucd-version v0.9.0
| Fresh getopts v0.2.21
| Fresh unic-char-property v0.9.0
| Fresh unicode-normalization v0.1.13
| Fresh regex-automata v0.1.10
| Fresh miniz_oxide v0.4.0
| Fresh libc v0.2.108
| Fresh proc-macro2 v1.0.30
| Fresh log v0.4.14
| Fresh maybe-uninit v2.0.0
| Fresh bitflags v1.2.1
| Fresh typenum v1.12.0
| Fresh unic-emoji-char v0.9.0
| Fresh memchr v2.4.1
| Fresh matchers v0.1.0
| Fresh unicode-security v0.0.5
| Fresh crc32fast v1.2.0
| Fresh snap v1.0.1
| Fresh quote v1.0.7
| Fresh parking_lot_core v0.8.5
| Fresh getrandom v0.2.0
| Fresh num_cpus v1.13.0
| Fresh memmap2 v0.2.1
| Fresh perf-event-open-sys v1.0.1
| Fresh jobserver v0.1.24
| Fresh atty v0.2.14
| Fresh termize v0.1.1
| Fresh getrandom v0.1.14
| Fresh ryu v1.0.5
| Fresh indexmap v1.7.0
| Fresh crossbeam-utils v0.7.2
| Fresh memoffset v0.5.5
| Fresh ena v0.14.0
| Fresh psm v0.1.16
| Fresh polonius-engine v0.13.0
| Fresh tracing-log v0.1.2
| Fresh generic-array v0.14.4
| Fresh rustc_lexer v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lexer)
| Fresh rustc_apfloat v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_apfloat)
| Fresh aho-corasick v0.7.18
| Fresh flate2 v1.0.16
| Fresh syn v1.0.80
| Fresh parking_lot v0.11.2
| Fresh cstr v0.2.8
| Fresh rustc_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_llvm)
| Fresh rand_core v0.6.2
| Fresh rand_core v0.5.1
| Fresh crossbeam-epoch v0.8.2
| Fresh crossbeam-queue v0.2.3
| Fresh rustc_serialize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_serialize)
| Fresh petgraph v0.5.1
| Fresh gimli v0.26.1
| Fresh object v0.26.2
| Fresh stacker v0.1.14
| Fresh block-buffer v0.9.0
| Fresh digest v0.9.0
| Fresh regex v1.5.4
| Fresh tracing-attributes v0.1.18
| Fresh synstructure v0.12.6
| Fresh measureme v10.0.0
| Fresh serde_derive v1.0.125
| Fresh object v0.27.1
| Fresh rand_chacha v0.3.0
| Fresh crossbeam-deque v0.7.4
| Fresh rand_xoshiro v0.6.0
| Fresh rand_chacha v0.2.2
| Fresh md-5 v0.9.1
| Fresh sha2 v0.9.1
| Fresh sha-1 v0.9.1
| Fresh tracing v0.1.29
| Fresh rustc_macros v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_macros)
| Fresh chalk-derive v0.75.0
| Fresh rustc-rayon-core v0.3.1
| Fresh rand v0.8.4
| Fresh serde v1.0.125
| Fresh rand v0.7.3
| Fresh rustc_index v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_index)
| Fresh chalk-ir v0.75.0
| Fresh tracing-subscriber v0.3.3
| Fresh thorin-dwp v0.1.1
| Fresh rustc-rayon v0.3.1
| Fresh tempfile v3.2.0
| Fresh gsgdt v0.1.2
| Fresh rls-span v0.5.3
| Fresh serde_json v1.0.59
| Fresh tracing-tree v0.2.0
| Fresh rustc_data_structures v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_data_structures)
| Fresh rls-data v0.19.1
| Fresh rustc_arena v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_arena)
| Fresh rustc_type_ir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_type_ir)
| Fresh chalk-solve v0.75.0
| Fresh rustc_log v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_log)
| Fresh rustc_span v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_span)
| Fresh chalk-engine v0.75.0
| Fresh rustc_ast v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast)
| Fresh rustc_target v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_target)
| Fresh rustc_feature v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_feature)
| Fresh rustc_parse_format v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse_format)
| Fresh rustc_lint_defs v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint_defs)
| Fresh rustc_hir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir)
| Fresh rustc_ast_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_pretty)
| Fresh rustc_errors v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_errors)
| Fresh rustc_hir_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir_pretty)
| Fresh rustc_session v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_session)
| Fresh rustc_attr v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_attr)
| Fresh rustc_query_system v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_system)
| Fresh rustc_parse v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse)
| Fresh rustc_middle v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_middle)
| Fresh rustc_ast_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_passes)
| Fresh rustc_ast_lowering v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_lowering)
| Fresh rustc_infer v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_infer)
| Fresh rustc_expand v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_expand)
| Fresh rustc_mir_dataflow v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_dataflow)
| Fresh rustc_symbol_mangling v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_symbol_mangling)
| Fresh rustc_incremental v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_incremental)
| Fresh rustc_query_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_impl)
| Fresh rustc_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_passes)
| Fresh rustc_monomorphize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_monomorphize)
| Fresh rustc_save_analysis v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_save_analysis)
| Fresh rustc_trait_selection v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_trait_selection)
| Fresh rustc_metadata v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_metadata)
| Fresh rustc_builtin_macros v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_builtin_macros)
| Fresh rustc_lint v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint)
| Fresh rustc_ty_utils v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ty_utils)
| Fresh rustc_const_eval v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_const_eval)
| Fresh rustc_traits v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_traits)
| Fresh rustc_codegen_ssa v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_ssa)
| Fresh rustc_mir_build v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_build)
| Fresh rustc_resolve v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_resolve)
| Fresh rustc_typeck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_typeck)
| Fresh rustc_borrowck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_borrowck)
| Fresh rustc_mir_transform v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_transform)
| Fresh rustc_plugin_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_plugin_impl)
| Fresh rustc_codegen_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_llvm)
| Fresh rustc_privacy v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_privacy)
| Fresh rustc_interface v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_interface)
| Fresh rustc_driver v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_driver)
| Fresh rustc-main v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc)
| Finished release [optimized] target(s) in 0.43s
| Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
| Assembling stage1 compiler (x86_64-unknown-linux-gnu)
| Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" "panic-unwind backtrace profiler compiler-builtins-c" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh cc v1.0.69
| Fresh core v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/core)
| Fresh rustc-std-workspace-core v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-core)
| Fresh compiler_builtins v0.1.67
| Fresh alloc v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/alloc)
| Fresh libc v0.2.108
| warning: In file included from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfiling.h:12,
| warning: from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:34:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c: In function ‘doProfileMerging’:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingPort.h:33:37: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
| warning: 33 | #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l)
| warning: | ^~~~~~~~~~~~~~~~~~~~~~~
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:272:9: note: in expansion of macro ‘COMPILER_RT_FTRUNCATE’
| warning: 272 | (void)COMPILER_RT_FTRUNCATE(ProfileFile,
| warning: | ^~~~~~~~~~~~~~~~~~~~~
| Fresh cfg-if v0.1.10
| Fresh adler v0.2.3
| Fresh memchr v2.4.1
| Fresh rustc-demangle v0.1.21
| Fresh rustc-std-workspace-alloc v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-alloc)
| Fresh profiler_builtins v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/profiler_builtins)
| Fresh unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/unwind)
| Fresh panic_abort v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_abort)
| Fresh gimli v0.25.0
| Fresh miniz_oxide v0.4.0
| Fresh hashbrown v0.11.0
| Fresh std_detect v0.1.5 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/stdarch/crates/std_detect)
| Fresh object v0.26.2
| Fresh panic_unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_unwind)
| Fresh addr2line v0.16.0
| Fresh std v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/std)
| Fresh rustc-std-workspace-std v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-std)
| Fresh proc_macro v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/proc_macro)
| Fresh unicode-width v0.1.8
| Fresh getopts v0.2.21
| Fresh test v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test)
| Finished release [optimized] target(s) in 0.27s
| Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
| Building stage1 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" " llvm max_level_info" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh autocfg v1.0.0
| Fresh cfg-if v0.1.10
| Fresh cfg-if v1.0.0
| Fresh lazy_static v1.4.0
| Fresh scopeguard v1.1.0
| Fresh smallvec v1.7.0
| Fresh hashbrown v0.11.0
| Fresh pin-project-lite v0.2.4
| Fresh version_check v0.9.3
| Fresh ppv-lite86 v0.2.8
| Fresh either v1.6.0
| Fresh rustc-hash v1.1.0
| Fresh stable_deref_trait v1.2.0
| Fresh arrayvec v0.7.0
| Fresh remove_dir_all v0.5.3
| Fresh rustc_graphviz v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_graphviz)
| Fresh opaque-debug v0.3.0
| Fresh cpuid-bool v0.1.2
| Fresh unicode-width v0.1.8
| Fresh scoped-tls v1.0.0
| Fresh unic-common v0.9.0
| Fresh unic-char-range v0.9.0
| Fresh unicode-xid v0.2.2
| Fresh annotate-snippets v0.8.0
| Fresh termcolor v1.1.2
| Fresh rustc_fs_util v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_fs_util)
| Fresh datafrog v2.0.1
| Fresh tinyvec v0.3.4
| Fresh regex-syntax v0.6.25
| Fresh ansi_term v0.12.1
| Fresh adler v0.2.3
| Fresh unicode-script v0.5.3
| Fresh fixedbitset v0.2.0
| Fresh if_chain v1.0.0
| Fresh fallible-iterator v0.2.0
| Fresh build_helper v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/build_helper)
| Fresh rustc-demangle v0.1.21
| Fresh punycode v0.4.1
| Fresh cc v1.0.69
| Fresh pathdiff v0.2.0
| Fresh itoa v0.4.6
| Fresh rustc_error_codes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_error_codes)
| Fresh instant v0.1.12
| Fresh tracing-core v0.1.21
| Fresh lock_api v0.4.5
| Fresh odht v0.3.1
| Fresh thread_local v1.0.1
| Fresh sharded-slab v0.1.1
| Fresh libloading v0.7.1
| Fresh itertools v0.9.0
| Fresh itertools v0.10.1
| Fresh unic-ucd-version v0.9.0
| Fresh getopts v0.2.21
| Fresh unic-char-property v0.9.0
| Fresh unicode-normalization v0.1.13
| Fresh regex-automata v0.1.10
| Fresh miniz_oxide v0.4.0
| Fresh libc v0.2.108
| Fresh proc-macro2 v1.0.30
| Fresh log v0.4.14
| Fresh maybe-uninit v2.0.0
| Fresh bitflags v1.2.1
| Fresh typenum v1.12.0
| Fresh unic-emoji-char v0.9.0
| Fresh memchr v2.4.1
| Fresh matchers v0.1.0
| Fresh crc32fast v1.2.0
| Fresh unicode-security v0.0.5
| Fresh snap v1.0.1
| Fresh quote v1.0.7
| Fresh parking_lot_core v0.8.5
| Fresh getrandom v0.2.0
| Fresh num_cpus v1.13.0
| Fresh memmap2 v0.2.1
| Fresh perf-event-open-sys v1.0.1
| Fresh jobserver v0.1.24
| Fresh atty v0.2.14
| Fresh termize v0.1.1
| Fresh getrandom v0.1.14
| Fresh ryu v1.0.5
| Fresh indexmap v1.7.0
| Fresh crossbeam-utils v0.7.2
| Fresh memoffset v0.5.5
| Fresh ena v0.14.0
| Fresh psm v0.1.16
| Fresh polonius-engine v0.13.0
| Fresh tracing-log v0.1.2
| Fresh generic-array v0.14.4
| Fresh rustc_lexer v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lexer)
| Fresh rustc_apfloat v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_apfloat)
| Fresh aho-corasick v0.7.18
| Fresh flate2 v1.0.16
| Fresh syn v1.0.80
| Fresh parking_lot v0.11.2
| Fresh cstr v0.2.8
| Fresh rustc_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_llvm)
| Fresh rand_core v0.6.2
| Fresh rand_core v0.5.1
| Fresh crossbeam-epoch v0.8.2
| Fresh crossbeam-queue v0.2.3
| Fresh rustc_serialize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_serialize)
| Fresh petgraph v0.5.1
| Fresh gimli v0.26.1
| Fresh object v0.26.2
| Fresh stacker v0.1.14
| Fresh digest v0.9.0
| Fresh block-buffer v0.9.0
| Fresh regex v1.5.4
| Fresh tracing-attributes v0.1.18
| Fresh synstructure v0.12.6
| Fresh measureme v10.0.0
| Fresh serde_derive v1.0.125
| Fresh object v0.27.1
| Fresh rand_chacha v0.3.0
| Fresh crossbeam-deque v0.7.4
| Fresh rand_xoshiro v0.6.0
| Fresh rand_chacha v0.2.2
| Fresh sha2 v0.9.1
| Fresh sha-1 v0.9.1
| Fresh md-5 v0.9.1
| Fresh tracing v0.1.29
| Fresh rustc_macros v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_macros)
| Fresh chalk-derive v0.75.0
| Fresh rustc-rayon-core v0.3.1
| Fresh rand v0.8.4
| Fresh serde v1.0.125
| Fresh rand v0.7.3
| Fresh rustc_index v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_index)
| Fresh chalk-ir v0.75.0
| Fresh tracing-subscriber v0.3.3
| Fresh thorin-dwp v0.1.1
| Fresh tempfile v3.2.0
| Fresh rustc-rayon v0.3.1
| Fresh gsgdt v0.1.2
| Fresh rls-span v0.5.3
| Fresh serde_json v1.0.59
| Fresh tracing-tree v0.2.0
| Fresh rustc_data_structures v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_data_structures)
| Fresh rls-data v0.19.1
| Fresh rustc_arena v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_arena)
| Fresh rustc_type_ir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_type_ir)
| Fresh chalk-solve v0.75.0
| Fresh rustc_log v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_log)
| Fresh rustc_span v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_span)
| Fresh chalk-engine v0.75.0
| Fresh rustc_ast v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast)
| Fresh rustc_target v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_target)
| Fresh rustc_feature v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_feature)
| Fresh rustc_parse_format v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse_format)
| Fresh rustc_lint_defs v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint_defs)
| Fresh rustc_hir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir)
| Fresh rustc_ast_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_pretty)
| Fresh rustc_errors v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_errors)
| Fresh rustc_hir_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir_pretty)
| Fresh rustc_session v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_session)
| Fresh rustc_attr v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_attr)
| Fresh rustc_query_system v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_system)
| Fresh rustc_parse v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse)
| Fresh rustc_middle v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_middle)
| Fresh rustc_ast_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_passes)
| Fresh rustc_ast_lowering v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_lowering)
| Fresh rustc_infer v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_infer)
| Fresh rustc_expand v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_expand)
| Fresh rustc_mir_dataflow v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_dataflow)
| Fresh rustc_incremental v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_incremental)
| Fresh rustc_symbol_mangling v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_symbol_mangling)
| Fresh rustc_monomorphize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_monomorphize)
| Fresh rustc_query_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_impl)
| Fresh rustc_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_passes)
| Fresh rustc_save_analysis v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_save_analysis)
| Fresh rustc_trait_selection v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_trait_selection)
| Fresh rustc_metadata v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_metadata)
| Fresh rustc_builtin_macros v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_builtin_macros)
| Fresh rustc_lint v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint)
| Fresh rustc_const_eval v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_const_eval)
| Fresh rustc_ty_utils v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ty_utils)
| Fresh rustc_codegen_ssa v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_ssa)
| Fresh rustc_traits v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_traits)
| Fresh rustc_mir_build v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_build)
| Fresh rustc_resolve v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_resolve)
| Fresh rustc_typeck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_typeck)
| Fresh rustc_mir_transform v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_transform)
| Fresh rustc_codegen_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_llvm)
| Fresh rustc_plugin_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_plugin_impl)
| Fresh rustc_borrowck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_borrowck)
| Fresh rustc_privacy v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_privacy)
| Fresh rustc_interface v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_interface)
| Fresh rustc_driver v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_driver)
| Fresh rustc-main v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc)
| Finished release [optimized] target(s) in 0.42s
| Copying stage1 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
| Assembling stage2 compiler (x86_64-unknown-linux-gnu)
| Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-linux)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-linux" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" "panic-unwind backtrace profiler compiler-builtins-c" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh cc v1.0.69
| Fresh core v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/core)
| warning: target json file contains unused fields: has-elf-tls
|
| warning: `core` (lib) generated 1 warning
| Fresh rustc-std-workspace-core v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-core)
| warning: `rustc-std-workspace-core` (lib) generated 1 warning (1 duplicate)
| Fresh compiler_builtins v0.1.67
| Fresh alloc v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/alloc)
| Fresh cfg-if v0.1.10
| warning: In file included from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfiling.h:12,
| warning: from ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:34:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c: In function ‘doProfileMerging’:
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingPort.h:33:37: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
| warning: 33 | #define COMPILER_RT_FTRUNCATE(f, l) ftruncate(fileno(f), l)
| warning: | ^~~~~~~~~~~~~~~~~~~~~~~
| warning: ../../src/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c:272:9: note: in expansion of macro ‘COMPILER_RT_FTRUNCATE’
| warning: 272 | (void)COMPILER_RT_FTRUNCATE(ProfileFile,
| warning: | ^~~~~~~~~~~~~~~~~~~~~
| warning: `alloc` (lib) generated 1 warning (1 duplicate)
| Fresh libc v0.2.108
| Fresh memchr v2.4.1
| Fresh adler v0.2.3
| Fresh rustc-demangle v0.1.21
| Fresh rustc-std-workspace-alloc v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-alloc)
| Fresh profiler_builtins v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/profiler_builtins)
| Fresh unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/unwind)
| Fresh panic_abort v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_abort)
| warning: `rustc-std-workspace-alloc` (lib) generated 1 warning (1 duplicate)
| warning: `profiler_builtins` (lib) generated 1 warning (1 duplicate)
| warning: `unwind` (lib) generated 1 warning (1 duplicate)
| warning: `panic_abort` (lib) generated 1 warning (1 duplicate)
| Fresh gimli v0.25.0
| Fresh std_detect v0.1.5 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/stdarch/crates/std_detect)
| Fresh miniz_oxide v0.4.0
| Fresh hashbrown v0.11.0
| warning: `std_detect` (lib) generated 1 warning (1 duplicate)
| Fresh panic_unwind v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/panic_unwind)
| Fresh object v0.26.2
| Fresh addr2line v0.16.0
| warning: `panic_unwind` (lib) generated 1 warning (1 duplicate)
| Fresh std v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/std)
| warning: `std` (lib) generated 1 warning (1 duplicate)
| Fresh rustc-std-workspace-std v1.99.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/rustc-std-workspace-std)
| Fresh proc_macro v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/proc_macro)
| warning: `rustc-std-workspace-std` (lib) generated 1 warning (1 duplicate)
| warning: `proc_macro` (lib) generated 1 warning (1 duplicate)
| Fresh unicode-width v0.1.8
| Fresh getopts v0.2.21
| Fresh test v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/library/test)
| warning: `test` (lib) generated 1 warning (1 duplicate)
| Finished release [optimized] target(s) in 0.28s
| Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-linux)
| Uplifting stage1 std (x86_64-unknown-linux-gnu -> x86_64-linux)
| Copying stage2 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-linux)
| Building stage0 tool fabricate (x86_64-unknown-linux-gnu)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/tools/rust-installer/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh autocfg v1.0.0
| Fresh cfg-if v0.1.10
| Fresh lazy_static v1.4.0
| Fresh scopeguard v1.1.0
| Fresh cc v1.0.69
| Fresh pkg-config v0.3.18
| Fresh unicode-width v0.1.8
| Fresh cfg-if v1.0.0
| Fresh adler v0.2.3
| Fresh yaml-rust v0.3.5
| Fresh ansi_term v0.12.1
| Fresh same-file v1.0.6
| Fresh either v1.6.0
| Fresh vec_map v0.8.2
| Fresh strsim v0.8.0
| Fresh remove_dir_all v0.5.3
| Fresh textwrap v0.11.0
| Fresh miniz_oxide v0.4.0
| Fresh walkdir v2.3.1
| Fresh libc v0.2.108
| Fresh maybe-uninit v2.0.0
| Fresh bitflags v1.2.1
| Fresh crc32fast v1.2.0
| Fresh anyhow v1.0.51
| Fresh crossbeam-utils v0.7.2
| Fresh memoffset v0.5.5
| Fresh num_cpus v1.13.0
| Fresh atty v0.2.14
| Fresh xattr v0.2.2
| Fresh lzma-sys v0.1.16
| Fresh filetime v0.2.14
| Fresh flate2 v1.0.16
| Fresh crossbeam-epoch v0.8.2
| Fresh crossbeam-queue v0.2.3
| Fresh clap v2.34.0
| Fresh xz2 v0.1.6
| Fresh tar v0.4.37
| Fresh crossbeam-deque v0.7.4
| Fresh rayon-core v1.7.1
| Fresh rayon v1.3.1
| Fresh installer v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/tools/rust-installer)
| Finished release [optimized] target(s) in 0.28s
| Dist rust-std-1.59.0-x86_64-linux
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/x86_64-unknown-linux-gnu/stage0-tools-bin/fabricate" "generate" "--image-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rust-std/x86_64-linux/image" "--component-name=rust-std-x86_64-linux" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rust-std installed." "--package-name=rust-std-1.59.0-x86_64-linux" "--non-installed-overlay" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rust-std/x86_64-linux/overlay" "--output-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/dist" "--work-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rust-std/x86_64-linux"
| finished in 40.261 seconds
| Install std stage2 (Some(TargetSelection { triple: "x86_64-linux", file: None }))
| running: "sh" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rust-std/x86_64-linux/rust-std-1.59.0-x86_64-linux/install.sh" "--prefix=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr" "--sysconfdir=/etc" "--datadir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share" "--docdir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share/doc/rust" "--bindir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/bin" "--libdir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib" "--mandir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share/man" "--disable-ldconfig"
| install: creating uninstall script at /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib/rustlib/uninstall.sh
| install: installing component 'rust-std-x86_64-linux'
|
| rust std installed.
|
| Building stage1 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-linux)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-linux" "-Zdual-proc-macros" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--features" " llvm max_level_info" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"
| Fresh autocfg v1.0.0
| Fresh cfg-if v0.1.10
| Fresh cfg-if v1.0.0
| Fresh lazy_static v1.4.0
| Fresh scopeguard v1.1.0
| Fresh smallvec v1.7.0
| Fresh hashbrown v0.11.0
| Fresh pin-project-lite v0.2.4
| Fresh version_check v0.9.3
| Fresh ppv-lite86 v0.2.8
| Fresh either v1.6.0
| Fresh rustc-hash v1.1.0
| Fresh stable_deref_trait v1.2.0
| Fresh remove_dir_all v0.5.3
| Fresh arrayvec v0.7.0
| Fresh opaque-debug v0.3.0
| Fresh rustc_graphviz v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_graphviz)
| warning: target json file contains unused fields: has-elf-tls
|
| Fresh cpuid-bool v0.1.2
| Fresh unicode-width v0.1.8
| Fresh unic-char-range v0.9.0
| warning: `rustc_graphviz` (lib) generated 1 warning
| Fresh scoped-tls v1.0.0
| Fresh unic-common v0.9.0
| Fresh unicode-xid v0.2.2
| Fresh termcolor v1.1.2
| Fresh annotate-snippets v0.8.0
| Fresh rustc_fs_util v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_fs_util)
| warning: `rustc_fs_util` (lib) generated 1 warning (1 duplicate)
| Fresh datafrog v2.0.1
| Fresh tinyvec v0.3.4
| Fresh regex-syntax v0.6.25
| Fresh ansi_term v0.12.1
| Fresh adler v0.2.3
| Fresh fixedbitset v0.2.0
| Fresh unicode-script v0.5.3
| Fresh if_chain v1.0.0
| Fresh fallible-iterator v0.2.0
| Fresh build_helper v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/build_helper)
| Fresh punycode v0.4.1
| Fresh rustc-demangle v0.1.21
| Fresh cc v1.0.69
| Fresh pathdiff v0.2.0
| Fresh itoa v0.4.6
| Fresh rustc_error_codes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_error_codes)
| warning: `rustc_error_codes` (lib) generated 1 warning (1 duplicate)
| Fresh instant v0.1.12
| Fresh tracing-core v0.1.21
| Fresh odht v0.3.1
| Fresh thread_local v1.0.1
| Fresh sharded-slab v0.1.1
| Fresh libloading v0.7.1
| Fresh lock_api v0.4.5
| Fresh itertools v0.9.0
| Fresh itertools v0.10.1
| Fresh unic-char-property v0.9.0
| Fresh getopts v0.2.21
| Fresh unic-ucd-version v0.9.0
| Fresh unicode-normalization v0.1.13
| Fresh regex-automata v0.1.10
| Fresh miniz_oxide v0.4.0
| Fresh proc-macro2 v1.0.30
| Fresh libc v0.2.108
| Fresh log v0.4.14
| Fresh maybe-uninit v2.0.0
| Fresh bitflags v1.2.1
| Fresh typenum v1.12.0
| Fresh unic-emoji-char v0.9.0
| Fresh memchr v2.4.1
| Fresh matchers v0.1.0
| Fresh unicode-security v0.0.5
| Fresh crc32fast v1.2.0
| Fresh snap v1.0.1
| Fresh quote v1.0.7
| Fresh ryu v1.0.5
| Fresh indexmap v1.7.0
| Fresh parking_lot_core v0.8.5
| Fresh getrandom v0.2.0
| Fresh crossbeam-utils v0.7.2
| Fresh memoffset v0.5.5
| Fresh num_cpus v1.13.0
| Fresh memmap2 v0.2.1
| Fresh perf-event-open-sys v1.0.1
| Fresh jobserver v0.1.24
| Fresh atty v0.2.14
| Fresh termize v0.1.1
| Fresh getrandom v0.1.14
| Fresh ena v0.14.0
| Fresh psm v0.1.16
| Fresh polonius-engine v0.13.0
| Fresh tracing-log v0.1.2
| Fresh generic-array v0.14.4
| Fresh rustc_apfloat v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_apfloat)
| warning: `rustc_apfloat` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_lexer v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lexer)
| Fresh aho-corasick v0.7.18
| Fresh flate2 v1.0.16
| warning: `rustc_lexer` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_llvm)
| Fresh syn v1.0.80
| Fresh parking_lot v0.11.2
| warning: `rustc_llvm` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_serialize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_serialize)
| Fresh petgraph v0.5.1
| Fresh gimli v0.26.1
| Fresh object v0.26.2
| warning: `rustc_serialize` (lib) generated 1 warning (1 duplicate)
| Fresh cstr v0.2.8
| Fresh rand_core v0.6.2
| Fresh crossbeam-epoch v0.8.2
| Fresh crossbeam-queue v0.2.3
| Fresh stacker v0.1.14
| Fresh rand_core v0.5.1
| Fresh block-buffer v0.9.0
| Fresh digest v0.9.0
| Fresh regex v1.5.4
| Fresh object v0.27.1
| Fresh tracing-attributes v0.1.18
| Fresh synstructure v0.12.6
| Fresh measureme v10.0.0
| Fresh serde_derive v1.0.125
| Fresh crossbeam-deque v0.7.4
| Fresh rand_chacha v0.3.0
| Fresh rand_xoshiro v0.6.0
| Fresh sha2 v0.9.1
| Fresh md-5 v0.9.1
| Fresh sha-1 v0.9.1
| Fresh rand_chacha v0.2.2
| Fresh tracing v0.1.29
| Fresh rustc_macros v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_macros)
| warning: `rustc_macros` (lib) generated 1 warning (1 duplicate)
| Fresh chalk-derive v0.75.0
| Fresh rand v0.8.4
| Fresh rustc-rayon-core v0.3.1
| Fresh serde v1.0.125
| Fresh rand v0.7.3
| Fresh rustc_index v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_index)
| Fresh tracing-subscriber v0.3.3
| Fresh thorin-dwp v0.1.1
| warning: `rustc_index` (lib) generated 1 warning (1 duplicate)
| Fresh rustc-rayon v0.3.1
| Fresh tempfile v3.2.0
| Fresh chalk-ir v0.75.0
| Fresh gsgdt v0.1.2
| Fresh rls-span v0.5.3
| Fresh serde_json v1.0.59
| Fresh tracing-tree v0.2.0
| Fresh rustc_data_structures v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_data_structures)
| warning: `rustc_data_structures` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_arena v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_arena)
| Fresh rustc_type_ir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_type_ir)
| Fresh chalk-solve v0.75.0
| Fresh rls-data v0.19.1
| warning: `rustc_arena` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_type_ir` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_log v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_log)
| Fresh rustc_span v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_span)
| Fresh chalk-engine v0.75.0
| warning: `rustc_log` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_span` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_ast v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast)
| Fresh rustc_target v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_target)
| Fresh rustc_feature v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_feature)
| Fresh rustc_parse_format v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse_format)
| warning: `rustc_ast` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_target` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_feature` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_parse_format` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_hir v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir)
| Fresh rustc_lint_defs v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint_defs)
| Fresh rustc_ast_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_pretty)
| warning: `rustc_hir` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_lint_defs` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_ast_pretty` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_errors v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_errors)
| Fresh rustc_hir_pretty v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_hir_pretty)
| warning: `rustc_errors` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_hir_pretty` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_session v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_session)
| warning: `rustc_session` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_attr v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_attr)
| Fresh rustc_query_system v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_system)
| Fresh rustc_parse v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_parse)
| warning: `rustc_attr` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_query_system` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_parse` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_middle v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_middle)
| Fresh rustc_ast_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_passes)
| Fresh rustc_ast_lowering v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ast_lowering)
| warning: `rustc_middle` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_ast_passes` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_ast_lowering` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_infer v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_infer)
| Fresh rustc_expand v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_expand)
| Fresh rustc_mir_dataflow v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_dataflow)
| Fresh rustc_symbol_mangling v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_symbol_mangling)
| warning: `rustc_infer` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_expand` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_mir_dataflow` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_symbol_mangling` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_incremental v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_incremental)
| Fresh rustc_query_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_query_impl)
| Fresh rustc_passes v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_passes)
| Fresh rustc_monomorphize v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_monomorphize)
| warning: `rustc_incremental` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_query_impl` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_passes` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_monomorphize` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_save_analysis v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_save_analysis)
| Fresh rustc_trait_selection v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_trait_selection)
| Fresh rustc_metadata v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_metadata)
| Fresh rustc_builtin_macros v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_builtin_macros)
| warning: `rustc_save_analysis` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_trait_selection` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_metadata` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_builtin_macros` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_lint v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_lint)
| Fresh rustc_const_eval v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_const_eval)
| Fresh rustc_ty_utils v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_ty_utils)
| Fresh rustc_traits v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_traits)
| warning: `rustc_lint` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_const_eval` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_ty_utils` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_traits` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_codegen_ssa v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_ssa)
| Fresh rustc_mir_build v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_build)
| Fresh rustc_resolve v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_resolve)
| Fresh rustc_typeck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_typeck)
| warning: `rustc_codegen_ssa` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_mir_build` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_resolve` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_typeck` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_mir_transform v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_mir_transform)
| Fresh rustc_borrowck v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_borrowck)
| Fresh rustc_plugin_impl v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_plugin_impl)
| Fresh rustc_privacy v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_privacy)
| warning: `rustc_mir_transform` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_borrowck` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_plugin_impl` (lib) generated 1 warning (1 duplicate)
| warning: `rustc_privacy` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_codegen_llvm v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_codegen_llvm)
| warning: `rustc_codegen_llvm` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_interface v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_interface)
| warning: `rustc_interface` (lib) generated 1 warning (1 duplicate)
| Fresh rustc_driver v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc_driver)
| warning: `rustc_driver` (lib) generated 1 warning (1 duplicate)
| Fresh rustc-main v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc)
| warning: `rustc-main` (bin "rustc-main") generated 1 warning (1 duplicate)
| Finished release [optimized] target(s) in 0.74s
| Copying stage1 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-linux)
| Assembling stage2 compiler (x86_64-linux)
| Building rustdoc for stage2 (x86_64-linux)
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-linux" "-Zdual-proc-macros" "-Zbinary-dep-depinfo" "-j" "4" "-v" "--release" "--frozen" "--manifest-path" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/tools/rustdoc/Cargo.toml"
| Fresh autocfg v1.0.0
| Fresh lazy_static v1.4.0
| Fresh unicode-xid v0.2.2
| Fresh cfg-if v1.0.0
| Fresh cfg-if v0.1.10
| Fresh regex-syntax v0.6.25
| Fresh scopeguard v1.1.0
| Fresh version_check v0.9.3
| Fresh fnv v1.0.7
| Fresh smallvec v1.7.0
| Fresh maplit v1.0.2
| Fresh same-file v1.0.6
| Fresh pin-project-lite v0.2.4
| Fresh ppv-lite86 v0.2.8
| Fresh itoa v0.4.6
| Fresh ansi_term v0.12.1
| Fresh either v1.6.0
| Fresh ucd-trie v0.1.3
| Fresh macro-utils v0.1.3
| Fresh remove_dir_all v0.5.3
| Fresh arrayvec v0.7.0
| Fresh thread_local v1.0.1
| Fresh tracing-core v0.1.21
| Fresh sharded-slab v0.1.1
| Fresh instant v0.1.12
| Fresh regex-automata v0.1.10
| Fresh lock_api v0.4.5
| Fresh walkdir v2.3.1
| Fresh pest v2.1.3
| Fresh itertools v0.9.0
| Fresh minifier v0.0.41
| Fresh libc v0.2.108
| Fresh proc-macro2 v1.0.30
| Fresh memchr v2.4.1
| Fresh log v0.4.14
| Fresh maybe-uninit v2.0.0
| Fresh matchers v0.1.0
| Fresh pest_meta v2.1.3
| Fresh bitflags v1.2.1
| Fresh ryu v1.0.5
| Fresh quote v1.0.7
| Fresh crossbeam-utils v0.7.2
| Fresh memoffset v0.5.5
| Fresh getrandom v0.2.0
| Fresh parking_lot_core v0.8.5
| Fresh num_cpus v1.13.0
| Fresh atty v0.2.14
| Fresh aho-corasick v0.7.18
| Fresh bstr v0.2.13
| Fresh crossbeam-utils v0.8.3
| Fresh tracing-log v0.1.2
| Fresh unicase v2.6.0
| Fresh syn v1.0.80
| Fresh crossbeam-epoch v0.8.2
| Fresh crossbeam-queue v0.2.3
| Fresh rand_core v0.6.2
| Fresh parking_lot v0.11.2
| Fresh regex v1.5.4
| Fresh serde_derive v1.0.125
| Fresh tracing-attributes v0.1.18
| Fresh pest_generator v2.1.3
| Fresh crossbeam-deque v0.7.4
| Fresh pulldown-cmark v0.9.1
| Fresh globset v0.4.5
| Fresh rand_chacha v0.3.0
| Fresh serde v1.0.125
| Fresh tracing v0.1.29
| Fresh rayon-core v1.7.1
| Fresh pest_derive v2.1.0
| Fresh ignore v0.4.17
| Fresh serde_json v1.0.59
| Fresh rand v0.8.4
| Fresh tracing-subscriber v0.3.3
| Fresh rustdoc-json-types v0.1.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/rustdoc-json-types)
| warning: target json file contains unused fields: has-elf-tls
|
| warning: `rustdoc-json-types` (lib) generated 1 warning
| Fresh globwalk v0.8.1
| Fresh rayon v1.3.1
| Fresh tracing-tree v0.2.0
| Fresh tempfile v3.2.0
| Fresh tera v1.10.0
| Fresh rustdoc v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/librustdoc)
| warning: `rustdoc` (lib) generated 1 warning (1 duplicate)
| Fresh rustdoc-tool v0.0.0 (/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/tools/rustdoc)
| warning: `rustdoc-tool` (bin "rustdoc_tool_binary") generated 1 warning (1 duplicate)
| Finished release [optimized] target(s) in 0.35s
| Dist rustc-1.59.0-x86_64-linux
| running: "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/x86_64-unknown-linux-gnu/stage0-tools-bin/fabricate" "generate" "--image-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rustc/x86_64-linux/image" "--component-name=rustc" "--rel-manifest-dir=rustlib" "--legacy-manifest-dirs=rustlib,cargo" "--product-name=Rust" "--success-message=rustc installed." "--package-name=rustc-1.59.0-x86_64-linux" "--non-installed-overlay" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rustc/x86_64-linux/overlay" "--output-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/dist" "--work-dir" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rustc/x86_64-linux"
| finished in 114.829 seconds
| Install rustc stage2 (Some(TargetSelection { triple: "x86_64-linux", file: None }))
| running: "sh" "/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/tmp/tarball/rustc/x86_64-linux/rustc-1.59.0-x86_64-linux/install.sh" "--prefix=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr" "--sysconfdir=/etc" "--datadir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share" "--docdir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share/doc/rust" "--bindir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/bin" "--libdir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib" "--mandir=/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/share/man" "--disable-ldconfig"
| install: creating uninstall script at /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib/rustlib/uninstall.sh
| install: installing component 'rustc'
|
| rustc installed.
|
| Build completed successfully in 0:02:44
| install: cannot create regular file '/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/target.json': No such file or directory
| WARNING: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/run.do_install.1721239:168 exit 1 from 'install -m 0644 /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/rust-targets/x86_64-unknown-linux-gnu.json /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/image/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/recipe-sysroot-native/usr/lib/rustlib/x86_64-unknown-linux-gnu/target.json'
| WARNING: Backtrace (BB generated script):
| #1: rust_do_install, /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/run.do_install.1721239, line 168
| #2: do_install, /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/run.do_install.1721239, line 161
| #3: main, /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/rust-native/1.59.0-r0/temp/run.do_install.1721239, line 218
ERROR: Task (virtual:native:/home/renu/Yocto_K/openembedded-core/meta/recipes-devtools/rust/rust_1.59.0.bb:do_install) failed with exit code 'WARNING: alsa-lib-1.2.6.1-r0 do_fetch: Failed to fetch URL https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.6.1.tar.bz2, attempting MIRRORS if available
WARNING: gtk+3-3.24.34-r0 do_fetch: Failed to fetch URL http://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-3.24.34.tar.xz, attempting MIRRORS if available
ERROR: gtk+3-3.24.34-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/usr/bin/python3-native:/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -P /home/renu/project/tisdk/downloads 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-3.24.34.tar.xz' --progress=dot -v failed with exit code 4, no output
ERROR: gtk+3-3.24.34-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'http://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-3.24.34.tar.xz')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/gtk+3/3.24.34-r0/temp/log.do_fetch.1914512
ERROR: Task (/home/renu/Yocto_K/openembedded-core/meta/recipes-gnome/gtk+/gtk+3_3.24.34.bb:do_fetch) failed with exit code '1'
WARNING: lvm2-2.03.11-r0 do_fetch: Failed to fetch URL git://sourceware.org/git/lvm2.git;branch=main, attempting MIRRORS if available
ERROR: lvm2-2.03.11-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror git://sourceware.org/git/lvm2.git /home/renu/project/tisdk/downloads/git2/sourceware.org.git.lvm2.git --progress failed with exit code 128, no output
ERROR: lvm2-2.03.11-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://sourceware.org/git/lvm2.git;branch=main')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/lvm2/2.03.11-r0/temp/log.do_fetch.1934621
ERROR: Task (/home/renu/project/tisdk/sources/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb:do_fetch) failed with exit code '1'
WARNING: go-logrus-0.11.0+gitAUTOINC+d264929707-r0 do_fetch: Failed to fetch URL git://github.com/Sirupsen/logrus.git;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-logrus-0.11.0+gitAUTOINC+d264929707-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/Sirupsen/logrus.git /home/renu/project/tisdk/downloads/git2/github.com.Sirupsen.logrus.git --progress failed with exit code 128, no output
ERROR: go-logrus-0.11.0+gitAUTOINC+d264929707-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/Sirupsen/logrus.git;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-logrus/0.11.0+gitAUTOINC+d264929707-r0/temp/log.do_fetch.1934663
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-logrus_git.bb:do_fetch) failed with exit code '1'
WARNING: go-mux-git-r0 do_fetch: Failed to fetch URL git://github.com/gorilla/mux.git;branch=main;protocol=https, attempting MIRRORS if available
ERROR: go-mux-git-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/gorilla/mux.git /home/renu/project/tisdk/downloads/git2/github.com.gorilla.mux.git --progress failed with exit code 128, no output
ERROR: go-mux-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/gorilla/mux.git;branch=main;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-mux/git-r0/temp/log.do_fetch.1934803
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-mux_git.bb:do_fetch) failed with exit code '1'
WARNING: notary-0.6.1+gitAUTOINC+d6e1431feb-r0 do_fetch: Failed to fetch URL git://github.com/docker/notary.git;destsuffix=git/src/github.com/docker/notary;branch=master;protocol=https, attempting MIRRORS if available
ERROR: notary-0.6.1+gitAUTOINC+d6e1431feb-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/docker/notary.git /home/renu/project/tisdk/downloads/git2/github.com.docker.notary.git --progress failed with exit code 128, no output
ERROR: notary-0.6.1+gitAUTOINC+d6e1431feb-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/docker/notary.git;destsuffix=git/src/github.com/docker/notary;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/notary/0.6.1+gitAUTOINC+d6e1431feb-r0/temp/log.do_fetch.1934889
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/notary_git.bb:do_fetch) failed with exit code '1'
WARNING: go-patricia-2.2.6+gitAUTOINC+666120de43-r0 do_fetch: Failed to fetch URL git://github.com/tchap/go-patricia.git;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-patricia-2.2.6+gitAUTOINC+666120de43-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/tchap/go-patricia.git /home/renu/project/tisdk/downloads/git2/github.com.tchap.go-patricia.git --progress failed with exit code 128, no output
ERROR: go-patricia-2.2.6+gitAUTOINC+666120de43-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/tchap/go-patricia.git;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-patricia/2.2.6+gitAUTOINC+666120de43-r0/temp/log.do_fetch.1934902
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-patricia_git.bb:do_fetch) failed with exit code '1'
WARNING: go-dbus-4.0.0+gitAUTOINC+5f6efc7ef2-r0 do_fetch: Failed to fetch URL git://github.com/godbus/dbus.git;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-dbus-4.0.0+gitAUTOINC+5f6efc7ef2-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/godbus/dbus.git /home/renu/project/tisdk/downloads/git2/github.com.godbus.dbus.git --progress failed with exit code 128, no output
ERROR: go-dbus-4.0.0+gitAUTOINC+5f6efc7ef2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/godbus/dbus.git;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-dbus/4.0.0+gitAUTOINC+5f6efc7ef2-r0/temp/log.do_fetch.1935000
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-dbus_git.bb:do_fetch) failed with exit code '1'
WARNING: grpc-go-1.41.0+gitAUTOINC+5d8e5aad40-r0 do_fetch: Failed to fetch URL git://github.com/grpc/grpc-go.git;destsuffix=git/src/google.golang.org/grpc;branch=master;protocol=https, attempting MIRRORS if available
ERROR: grpc-go-1.41.0+gitAUTOINC+5d8e5aad40-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/grpc/grpc-go.git /home/renu/project/tisdk/downloads/git2/github.com.grpc.grpc-go.git --progress failed with exit code 128, no output
ERROR: grpc-go-1.41.0+gitAUTOINC+5d8e5aad40-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/grpc/grpc-go.git;destsuffix=git/src/google.golang.org/grpc;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/grpc-go/1.41.0+gitAUTOINC+5d8e5aad40-r0/temp/log.do_fetch.1935016
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/grpc-go_git.bb:do_fetch) failed with exit code '1'
WARNING: go-fsnotify-v1.5.1+gitAUTOINC+af855d7e60-r0 do_fetch: Failed to fetch URL git://github.com/fsnotify/fsnotify.git;branch=main;protocol=https, attempting MIRRORS if available
ERROR: go-fsnotify-v1.5.1+gitAUTOINC+af855d7e60-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/fsnotify/fsnotify.git /home/renu/project/tisdk/downloads/git2/github.com.fsnotify.fsnotify.git --progress failed with exit code 128, no output
ERROR: go-fsnotify-v1.5.1+gitAUTOINC+af855d7e60-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/fsnotify/fsnotify.git;branch=main;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-fsnotify/v1.5.1+gitAUTOINC+af855d7e60-r0/temp/log.do_fetch.1935132
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-fsnotify_git.bb:do_fetch) failed with exit code '1'
WARNING: go-connections-0.2.1+gitAUTOINC+4ccf312bf1-r0 do_fetch: Failed to fetch URL git://github.com/docker/go-connections.git;destsuffix=git/src/github.com/docker/go-connections;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-connections-0.2.1+gitAUTOINC+4ccf312bf1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/docker/go-connections.git /home/renu/project/tisdk/downloads/git2/github.com.docker.go-connections.git --progress failed with exit code 128, no output
ERROR: go-connections-0.2.1+gitAUTOINC+4ccf312bf1-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/docker/go-connections.git;destsuffix=git/src/github.com/docker/go-connections;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-connections/0.2.1+gitAUTOINC+4ccf312bf1-r0/temp/log.do_fetch.1935151
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-connections_git.bb:do_fetch) failed with exit code '1'
WARNING: compose-file-3.0+gitAUTOINC+a3e58764f5-r0 do_fetch: Failed to fetch URL git://github.com/aanand/compose-file.git;destsuffix=git/src/github.com/aanand/compose-file;branch=master;protocol=https, attempting MIRRORS if available
ERROR: compose-file-3.0+gitAUTOINC+a3e58764f5-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/aanand/compose-file.git /home/renu/project/tisdk/downloads/git2/github.com.aanand.compose-file.git --progress failed with exit code 128, no output
ERROR: compose-file-3.0+gitAUTOINC+a3e58764f5-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/aanand/compose-file.git;destsuffix=git/src/github.com/aanand/compose-file;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/compose-file/3.0+gitAUTOINC+a3e58764f5-r0/temp/log.do_fetch.1935167
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/compose-file_git.bb:do_fetch) failed with exit code '1'
WARNING: go-capability-0.0+gitAUTOINC+2c00daeb6c-r0 do_fetch: Failed to fetch URL git://github.com/syndtr/gocapability.git;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-capability-0.0+gitAUTOINC+2c00daeb6c-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/syndtr/gocapability.git /home/renu/project/tisdk/downloads/git2/github.com.syndtr.gocapability.git --progress failed with exit code 128, no output
ERROR: go-capability-0.0+gitAUTOINC+2c00daeb6c-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/syndtr/gocapability.git;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-capability/0.0+gitAUTOINC+2c00daeb6c-r0/temp/log.do_fetch.1935337
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-capability_git.bb:do_fetch) failed with exit code '1'
WARNING: go-context-git-r0 do_fetch: Failed to fetch URL git://github.com/gorilla/context.git;branch=main;protocol=https, attempting MIRRORS if available
ERROR: go-context-git-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/gorilla/context.git /home/renu/project/tisdk/downloads/git2/github.com.gorilla.context.git --progress failed with exit code 128, no output
ERROR: go-context-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/gorilla/context.git;branch=main;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-context/git-r0/temp/log.do_fetch.1935445
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-context_git.bb:do_fetch) failed with exit code '1'
WARNING: go-systemd-4+gitAUTOINC+b4a58d9518-r0 do_fetch: Failed to fetch URL git://github.com/coreos/go-systemd.git;branch=main;protocol=https, attempting MIRRORS if available
ERROR: go-systemd-4+gitAUTOINC+b4a58d9518-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/coreos/go-systemd.git /home/renu/project/tisdk/downloads/git2/github.com.coreos.go-systemd.git --progress failed with exit code 128, no output
ERROR: go-systemd-4+gitAUTOINC+b4a58d9518-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/coreos/go-systemd.git;branch=main;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-systemd/4+gitAUTOINC+b4a58d9518-r0/temp/log.do_fetch.1935475
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-systemd_git.bb:do_fetch) failed with exit code '1'
WARNING: go-pty-git-r0 do_fetch: Failed to fetch URL git://github.com/creack/pty.git;branch=master;protocol=https, attempting MIRRORS if available
ERROR: go-pty-git-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/creack/pty.git /home/renu/project/tisdk/downloads/git2/github.com.creack.pty.git --progress failed with exit code 128, no output
ERROR: go-pty-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/creack/pty.git;branch=master;protocol=https')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/go-pty/git-r0/temp/log.do_fetch.1935565
ERROR: Task (/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-pty_git.bb:do_fetch) failed with exit code '1'
WARNING: libsndfile1-1.0.31-r0 do_fetch: Failed to fetch URL https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2, attempting MIRRORS if available
ERROR: libsndfile1-1.0.31-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=2311d9db3ff444948b81f19265eed512"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/renu/Yocto_K/openembedded-core/scripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot/usr/bin/crossscripts:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot-native/usr/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot-native/usr/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot-native/sbin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/recipe-sysroot-native/bin:/home/renu/project/tisdk/sources/bitbake/bin:/home/renu/project/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/renu"; /usr/bin/env wget -t 2 -T 30 --passive-ftp -P /home/renu/project/tisdk/downloads 'https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2' --progress=dot -v failed with exit code 4, no output
ERROR: libsndfile1-1.0.31-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://github.com/libsndfile/libsndfile/releases/download/1.0.31/libsndfile-1.0.31.tar.bz2')
ERROR: Logfile of failure stored in: /home/renu/project/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/libsndfile1/1.0.31-r0/temp/log.do_fetch.1935578
ERROR: Task (/home/renu/Yocto_K/openembedded-core/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.31.bb:do_fetch) failed with exit code '1'
Keyboard Interrupt, closing down...
Second Keyboard Interrupt, stopping...
Summary: 17 tasks failed:
virtual:native:/home/renu/Yocto_K/openembedded-core/meta/recipes-devtools/rust/rust_1.59.0.bb:do_install
/home/renu/Yocto_K/openembedded-core/meta/recipes-gnome/gtk+/gtk+3_3.24.34.bb:do_fetch
/home/renu/project/tisdk/sources/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-logrus_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-mux_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/notary_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-patricia_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-dbus_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/grpc-go_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-fsnotify_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-connections_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/compose-file_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-capability_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-context_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-systemd_git.bb:do_fetch
/home/renu/project/tisdk/sources/meta-virtualization/recipes-devtools/go/go-pty_git.bb:do_fetch
/home/renu/Yocto_K/openembedded-core/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.31.bb:do_fetch
Summary: There were 19 WARNING messages.
Summary: There were 33 ERROR messages, returning a non-zero exit code.
Execution was interrupted, returning a non-zero exit code.
Thanks & Regards,
Aditya Tandulwadkar