Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 828519 Details for
Bug 880249
dev-lang/rust: stage0 rustc segfaults on -system-bootstrap build on phenom
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
output of a failed emerge
emerge.log (text/x-log), 30.17 KB, created by
JohnLM
on 2022-11-07 19:55:58 UTC
(
hide
)
Description:
output of a failed emerge
Filename:
MIME Type:
Creator:
JohnLM
Created:
2022-11-07 19:55:58 UTC
Size:
30.17 KB
patch
obsolete
># MAKEOPTS="-j1" USE="-system-bootstrap" emerge -1v rust > >These are the packages that would be merged, in order: > >Calculating dependencies... done! >[ebuild R ] dev-lang/rust-1.64.0-r1:stable/1.64::gentoo USE="-clippy -debug -dist -doc (-llvm-libunwind) (-miri) (-nightly) (-parallel-compiler) (-profiler) -rls -rust-analyzer -rust-src -rustfmt -system-bootstrap* (-system-llvm) -test -verify-sig -wasm" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_TARGETS="ARM AVR (X86) -AArch64 -AMDGPU -BPF -Hexagon -Lanai -MSP430 -Mips -NVPTX -PowerPC -RISCV -Sparc -SystemZ -WebAssembly -XCore" 0 KiB > >Total: 1 package (1 reinstall), Size of downloads: 0 KiB > > >>>> Verifying ebuild manifests > >>>> Running pre-merge checks for dev-lang/rust-1.64.0-r1 > * Checking for at least 12032 MiB disk space at "/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/temp" ... [ ok ] > >>>> Emerging (1 of 1) dev-lang/rust-1.64.0-r1::gentoo > * rustc-1.64.0-src.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] > * rust-1.63.0-x86_64-unknown-linux-gnu.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] > * Checking for at least 12032 MiB disk space at "/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/temp" ... [ ok ] > * Checking whether python3_11 is suitable ... > * >=dev-lang/python-3.11.0_beta4:3.11 ... [ !! ] > * Checking whether python3_10 is suitable ... > * >=dev-lang/python-3.10.4:3.10 ... [ ok ] > * Using python3.10 to build (via PYTHON_COMPAT iteration) >>>> Unpacking source... >>>> Unpacking rustc-1.64.0-src.tar.xz to /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work >>>> Unpacking rust-1.63.0-x86_64-unknown-linux-gnu.tar.xz to /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work >>>> Source unpacked in /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work >>>> Preparing source in /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src ... >install: creating uninstall script at /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib/rustlib/uninstall.sh >install: installing component 'rustc' >install: installing component 'rust-std-x86_64-unknown-linux-gnu' >install: installing component 'rust-demangler-preview' >install: installing component 'cargo' >install: installing component 'rustfmt-preview' >install: installing component 'rls-preview' >install: installing component 'llvm-tools-preview' >install: installing component 'clippy-preview' >install: installing component 'rust-analysis-x86_64-unknown-linux-gnu' > > rust installed. > > * Applying 1.55.0-ignore-broken-and-non-applicable-tests.patch ... >patching file src/test/codegen/sparc-struct-abi.rs >Hunk #1 succeeded at 2 with fuzz 2. >patching file src/test/run-make-fulldeps/c-link-to-rust-va-list-fn/Makefile >patching file src/test/run-make-fulldeps/long-linker-command-lines/Makefile >patching file src/test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile >patching file src/test/ui/env-funky-keys.rs >Hunk #1 succeeded at 1 with fuzz 1. [ ok ] > * Applying 1.62.1-musl-dynamic-linking.patch ... [ ok ] > * Applying 1.64.0-vendor-rustix-sparc-has-no-SIGSTKFLT.patch ... [ ok ] >>>> Source prepared. >>>> Configuring source in /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src ... > * Rust configured with the following flags: > >RUSTFLAGS="" >RUSTFLAGS_BOOTSTRAP="" >RUSTFLAGS_NOT_BOOTSTRAP="" >MAGIC_EXTRA_RUSTFLAGS="" >CFLAGS_x32=-mx32 >CFLAGS_x86=-m32 -mfpmath=sse >CFLAGS_x86_64_unknown_linux_gnu=-m64 >CFLAGS_amd64=-m64 > > * config.toml contents: >changelog-seen = 2 >[llvm] >download-ci-llvm = false >optimize = true >release-debuginfo = false >assertions = false >ninja = true >targets = "X86;ARM;AVR" >experimental-targets = "" >link-shared = false > > >[llvm.build-config] >CMAKE_VERBOSE_MAKEFILE = "ON" >CMAKE_C_FLAGS_RELEASE = "-march=barcelona -mcx16 -fomit-frame-pointer -O2 -pipe" >CMAKE_CXX_FLAGS_RELEASE = "-march=barcelona -mcx16 -fomit-frame-pointer -O2 -pipe" >CMAKE_EXE_LINKER_FLAGS_RELEASE = "-Wl,-O1 -Wl,--as-needed" >CMAKE_MODULE_LINKER_FLAGS_RELEASE = "-Wl,-O1 -Wl,--as-needed" >CMAKE_SHARED_LINKER_FLAGS_RELEASE = "-Wl,-O1 -Wl,--as-needed" >CMAKE_STATIC_LINKER_FLAGS_RELEASE = "" >[build] >build-stage = 2 >test-stage = 2 >doc-stage = 2 >build = "x86_64-unknown-linux-gnu" >host = ["x86_64-unknown-linux-gnu"] >target = ["x86_64-unknown-linux-gnu"] >cargo = "/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo" >rustc = "/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc" >rustfmt = "/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustfmt" >docs = false >compiler-docs = false >submodules = false >python = "python3.10" >locked-deps = true >vendor = true >extended = true >tools = ["cargo"] >verbose = 2 >sanitizers = false >profiler = false >cargo-native-static = false >[install] >prefix = "/usr/lib/rust/1.64.0" >sysconfdir = "etc" >docdir = "share/doc/rust" >bindir = "bin" >libdir = "lib" >mandir = "share/man" >[rust] ># https://github.com/rust-lang/rust/issues/54872 >codegen-units-std = 1 >optimize = true >debug = false >debug-assertions = false >debug-assertions-std = false >debuginfo-level = 0 >debuginfo-level-rustc = 0 >debuginfo-level-std = 0 >debuginfo-level-tools = 0 >debuginfo-level-tests = 0 >backtrace = true >incremental = false >default-linker = "x86_64-pc-linux-gnu-gcc" >parallel-compiler = false >channel = "stable" >description = "gentoo" >rpath = false >verbose-tests = true >optimize-tests = true >codegen-tests = true >dist-src = false >remap-debuginfo = true >lld = false ># only deny warnings if doc+wasm are NOT requested, documenting stage0 wasm std fails without it ># https://github.com/rust-lang/rust/issues/74976 ># https://github.com/rust-lang/rust/issues/76526 >deny-warnings = true >backtrace-on-ice = true >jemalloc = false >[dist] >src-tarball = false >compression-formats = ["xz"] >[target.x86_64-unknown-linux-gnu] >ar = "x86_64-pc-linux-gnu-ar" >cc = "x86_64-pc-linux-gnu-gcc" >cxx = "x86_64-pc-linux-gnu-g++" >linker = "x86_64-pc-linux-gnu-gcc" >ranlib = "x86_64-pc-linux-gnu-ranlib" >llvm-libunwind = "no" > >>>> Source configured. >>>> Compiling source in /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src ... >Building rustbuild >running: /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo build --manifest-path /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/src/bootstrap/Cargo.toml --verbose --verbose --locked --frozen > Compiling libc v0.2.126 > Compiling cfg-if v1.0.0 > Compiling memchr v2.5.0 > Compiling proc-macro2 v1.0.39 > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. >' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.126 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=126 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name build_script_build /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a121f8e7215ae0f -C extra-filename=-9a121f8e7215ae0f --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/libc-9a121f8e7215ae0f -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/cfg-if CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] >parameters. Structured like an if-else chain, the first matching branch is the >item that gets emitted. >' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name cfg_if --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/cfg-if/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=0 -C metadata=6cc0c9c7f07087f7 -C extra-filename=-6cc0c9c7f07087f7 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/proc-macro2-1.0.39 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple >token-based libraries from the procedural macro use case. >' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.39 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name build_script_build --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/proc-macro2-1.0.39/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0ac004cda1da5497 -C extra-filename=-0ac004cda1da5497 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/proc-macro2-0ac004cda1da5497 -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/memchr CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.5.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name build_script_build --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/memchr/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3ef3fac9c72fd094 -C extra-filename=-3ef3fac9c72fd094 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/memchr-3ef3fac9c72fd094 -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` > Compiling version_check v0.9.4 > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check CARGO_PKG_AUTHORS='Sergio Benitez <sb@sergio.bz>' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name version_check /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=0 -C metadata=3dae19714cb60ef7 -C extra-filename=-3dae19714cb60ef7 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` >warning: hidden lifetime parameters in types are deprecated > --> /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check/src/version.rs:192:32 > | >192 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | > = note: `-D elided-lifetimes-in-paths` implied by `-D warnings` >help: indicate the anonymous lifetime > | >192 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > | ++++ > >warning: hidden lifetime parameters in types are deprecated > --> /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check/src/version.rs:199:32 > | >199 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >199 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > | ++++ > >warning: hidden lifetime parameters in types are deprecated > --> /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check/src/channel.rs:190:32 > | >190 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >190 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > | ++++ > >warning: hidden lifetime parameters in types are deprecated > --> /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/version_check/src/date.rs:178:32 > | >178 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >178 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > | ++++ > >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x4fa9f3)[0x7f6c4d2fa9f3] >/lib64/libc.so.6(+0x3dd10)[0x7f6c4c840d10] >/lib64/libc.so.6(+0xa2a85)[0x7f6c4c8a5a85] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZNSt8_Rb_treeIN4llvm9MCContext13ELFSectionKeyESt4pairIKS2_PNS0_12MCSectionELFEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_+0x79)[0x7f6c49e24389] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm9MCContext13getELFSectionERKNS_5TwineEjjjPKNS_11MCSymbolELFEbjS6_+0x247)[0x7f6c49e23c67] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(+0x28055e5)[0x7f6c49e115e5] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZNK4llvm27TargetLoweringObjectFileELF22SelectSectionForGlobalEPKNS_12GlobalObjectENS_11SectionKindERKNS_13TargetMachineE+0x1ac)[0x7f6c49e1106c] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZNK4llvm24TargetLoweringObjectFile16SectionForGlobalEPKNS_12GlobalObjectENS_11SectionKindERKNS_13TargetMachineE+0x5c)[0x7f6c49b8f18c] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm10AsmPrinter18emitFunctionHeaderEv+0x89)[0x7f6c49ea2a49] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm10AsmPrinter16emitFunctionBodyEv+0x1d)[0x7f6c49e9774d] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(+0x288ae90)[0x7f6c49e96e90] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x7f4)[0x7f6c4a4dab54] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE+0x2f)[0x7f6c4a4da22f] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE+0x280)[0x7f6c4a4d9a40] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278b5e5)[0x7f6c4f58b5e5] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278109e)[0x7f6c4f58109e] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27843e6)[0x7f6c4f5843e6] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2725be8)[0x7f6c4f525be8] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x271fbbc)[0x7f6c4f51fbbc] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2711083)[0x7f6c4f511083] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27764f3)[0x7f6c4f5764f3] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/libstd-8f1929c73c3f8167.so(rust_metadata_std_f9ee9c7d4fd68eda+0xab463)[0x7f6c4caab463] >/lib64/libc.so.6(+0x886da)[0x7f6c4c88b6da] >/lib64/libc.so.6(+0x10dbdc)[0x7f6c4c910bdc] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x4fa9f3)[0x7fcb08cfa9f3] >/lib64/libc.so.6(+0x3dd10)[0x7fcb08240d10] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x1dc)[0x7fcb05eda53c] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE+0x2f)[0x7fcb05eda22f] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/../lib/libLLVM-14-rust-1.63.0-stable.so(_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE+0x280)[0x7fcb05ed9a40] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278b5e5)[0x7fcb0af8b5e5] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278109e)[0x7fcb0af8109e] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27843e6)[0x7fcb0af843e6] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2725be8)[0x7fcb0af25be8] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x271fbbc)[0x7fcb0af1fbbc] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2711083)[0x7fcb0af11083] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27764f3)[0x7fcb0af764f3] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/libstd-8f1929c73c3f8167.so(rust_metadata_std_f9ee9c7d4fd68eda+0xab463)[0x7fcb084ab463] >/lib64/libc.so.6(+0x886da)[0x7fcb0828b6da] >/lib64/libc.so.6(+0x10dbdc)[0x7fcb08310bdc] >warning: `version_check` (lib) generated 4 warnings > Compiling unicode-ident v1.0.0 > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/unicode-ident-1.0.0 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name unicode_ident --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/unicode-ident-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=0 -C metadata=a43d6c8eeac8dbf8 -C extra-filename=-a43d6c8eeac8dbf8 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` >error: could not compile `proc-macro2` > >Caused by: > process didn't exit successfully: `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/proc-macro2-1.0.39 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple > token-based libraries from the procedural macro use case. > ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.39 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=39 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name build_script_build --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/proc-macro2-1.0.39/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=0ac004cda1da5497 -C extra-filename=-0ac004cda1da5497 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/proc-macro2-0ac004cda1da5497 -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` (exit status: 139) >warning: build failed, waiting for other jobs to finish... >error: could not compile `libc` > >Caused by: > process didn't exit successfully: `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/libc CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. > ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.126 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=126 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps:/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/lib:' /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc --crate-name build_script_build /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/libc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=0 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a121f8e7215ae0f -C extra-filename=-9a121f8e7215ae0f --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/libc-9a121f8e7215ae0f -L dependency=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/deps --cap-lints warn -C linker=x86_64-pc-linux-gnu-gcc -Wrust_2018_idioms -Wunused_lifetimes -Wsemicolon_in_expressions_from_macros -Dwarnings` (exit status: 139) >^C > >Exiting on signal 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 880249
: 828519 |
830299