Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 830299 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]
emerge failure, glibc w/o clone3
emerge_run1.log (text/plain), 53.60 KB, created by
JohnLM
on 2022-11-10 18:55:30 UTC
(
hide
)
Description:
emerge failure, glibc w/o clone3
Filename:
MIME Type:
Creator:
JohnLM
Created:
2022-11-10 18:55:30 UTC
Size:
53.60 KB
patch
obsolete
>isg005 ~ # USE=-system-bootstrap MAKEOPTS=-j1 emerge -a1v 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 > >Would you like to merge these packages? [Yes/No] yes > >>>> 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 = "AVR;X86;ARM" >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 memchr v2.5.0 > Compiling cfg-if v1.0.0 > Compiling proc-macro2 v1.0.39 > Compiling libc v0.2.126 > 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` > 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/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=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` > 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` > 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)[0x7f7f9acfa9f3] >/lib64/libc.so.6(+0x3dd10)[0x7f7f9a240d10] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc(+0x5213f)[0x56001605213f] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc(+0x171f3)[0x5600160171f3] >/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(_ZN4llvm16SelectionDAGISel17CodeGenAndEmitDAGEv+0x17d2)[0x7f7f97919402] >/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(_ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE+0x1c2a)[0x7f7f978f6b8a] >/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(_ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE+0x458)[0x7f7f978ee848] >/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(+0x28e23d4)[0x7f7f978ee3d4] >/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)[0x7f7f97edab54] >/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)[0x7f7f97eda22f] >/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)[0x7f7f97ed9a40] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278b5e5)[0x7f7f9cf8b5e5] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x278109e)[0x7f7f9cf8109e] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27843e6)[0x7f7f9cf843e6] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2725be8)[0x7f7f9cf25be8] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x271fbbc)[0x7f7f9cf1fbbc] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x2711083)[0x7f7f9cf11083] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so(+0x27764f3)[0x7f7f9cf764f3] >/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/libstd-8f1929c73c3f8167.so(rust_metadata_std_f9ee9c7d4fd68eda+0xab463)[0x7f7f9a4ab463] >/lib64/libc.so.6(+0x886da)[0x7f7f9a28b6da] >/lib64/libc.so.6(clone+0x40)[0x7f7f9a30fcd0] > Compiling typenum v1.15.0 > Running `CARGO=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/typenum CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho@paholg.com>:Andre Bogus <bogusandre@gmail.com>' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at > compile time. It currently supports bits, unsigned integers, and signed > integers. It also provides a type-level array of type-level numbers, but its > implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.15.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=15 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_main --edition=2018 /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/vendor/typenum/build/main.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 -C metadata=d1acff13cb63e5f3 -C extra-filename=-d1acff13cb63e5f3 --out-dir /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rustc-1.64.0-src/build/bootstrap/debug/build/typenum-d1acff13cb63e5f3 -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/typenum/build/tests.rs:46:32 > | >46 | 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 > | >46 | 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/typenum/build/tests.rs:115:32 > | >115 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >115 | 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/typenum/build/tests.rs:161:32 > | >161 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >161 | 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/typenum/build/main.rs:23:32 > | >23 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >23 | 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/typenum/build/main.rs:33:32 > | >33 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { > | -----^^^^^^^^^ > | | > | expected lifetime parameter > | >help: indicate the anonymous lifetime > | >33 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { > | ++++ > >warning: `version_check` (lib) generated 4 warnings >error: could not compile `version_check`; 4 warnings emitted > >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=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` (exit status: 139) >warning: build failed, waiting for other jobs to finish... >warning: `typenum` (build script) generated 5 warnings >^C > >Exiting on signal 2 >isg005 ~ # coredumpctl debug > PID: 10436 (rustc) > UID: 250 (portage) > GID: 250 (portage) > Signal: 11 (SEGV) > Timestamp: Thu 2022-11-10 19:44:51 EET (1min 27s ago) > Command Line: /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 > Executable: /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc > Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-org.gnome.Terminal.slice/vte-spawn-b41a0970-4aa5-4fb2-ae70-1e4339f06b57.scope > Unit: user@1000.service > User Unit: vte-spawn-b41a0970-4aa5-4fb2-ae70-1e4339f06b57.scope > Slice: user-1000.slice > Owner UID: 1000 (johnlm) > Boot ID: a3de4d5962564b82b4387dd670132716 > Machine ID: 4e2608eaf4239dab874b8a01000002e0 > Hostname: localhost > Storage: /var/lib/systemd/coredump/core.rustc.250.a3de4d5962564b82b4387dd670132716.10436.1668102291000000.zst (present) > Disk Size: 5.0M > Message: Process 10436 (rustc) of user 250 dumped core. > > Module linux-vdso.so.1 with build-id 0767faf0be7e19345a331da53d8c3dd4fca301db > Module libz.so.1 without build-id. > Module ld-linux-x86-64.so.2 without build-id. > Module libm.so.6 without build-id. > Module libgcc_s.so.1 without build-id. > Module libLLVM-14-rust-1.63.0-stable.so without build-id. > Module libc.so.6 without build-id. > Module libpthread.so.0 without build-id. > Module librt.so.1 without build-id. > Module libdl.so.2 without build-id. > Module libstd-8f1929c73c3f8167.so without build-id. > Module librustc_driver-d680884a73809b24.so without build-id. > Module rustc without build-id. > Stack trace of thread 127: > #0 0x000056001605213f _rjem_je_large_dalloc (rustc + 0x5213f) > #1 0x00005600160171f3 _rjem_je_free_default (rustc + 0x171f3) > #2 0x00007f7f97919402 _ZN4llvm16SelectionDAGISel17CodeGenAndEmitDAGEv (libLLVM-14-rust-1.63.0-stable.so + 0x290d402) > #3 0x00007f7f978f6b8a _ZN4llvm16SelectionDAGISel20SelectAllBasicBlocksERKNS_8FunctionE (libLLVM-14-rust-1.63.0-stable.so + 0x28eab8a) > #4 0x00007f7f978ee848 _ZN4llvm16SelectionDAGISel20runOnMachineFunctionERNS_15MachineFunctionE (libLLVM-14-rust-1.63.0-stable.so + 0x28e2848) > #5 0x00007f7f978ee3d4 _ZN12_GLOBAL__N_115X86DAGToDAGISel20runOnMachineFunctionERN4llvm15MachineFunctionE.llvm.16610788761286298757 (libLLVM-14-rust-1.63.0-stable.so + 0x28e23d4) > #6 0x00007f7f97edab54 _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE (libLLVM-14-rust-1.63.0-stable.so + 0x2eceb54) > #7 0x00007f7f97eda22f _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE (libLLVM-14-rust-1.63.0-stable.so + 0x2ece22f) > #8 0x00007f7f97ed9a40 _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE (libLLVM-14-rust-1.63.0-stable.so + 0x2ecda40) > #9 0x00007f7f9cf8b5e5 LLVMRustWriteOutputFile (librustc_driver-d680884a73809b24.so + 0x278b5e5) > #10 0x00007f7f9cf8109e _RNvNtNtCs43FsFTvPWIq_18rustc_codegen_llvm4back5write17write_output_file (librustc_driver-d680884a73809b24.so + 0x278109e) > #11 0x00007f7f9cf843e6 _RNvNtNtCs43FsFTvPWIq_18rustc_codegen_llvm4back5write7codegen (librustc_driver-d680884a73809b24.so + 0x27843e6) > #12 0x00007f7f9cf25be8 _RINvNtNtCs5Dax27l35BT_17rustc_codegen_ssa4back5write24finish_intra_module_workNtCs43FsFTvPWIq_18rustc_codegen_llvm18LlvmCodegenBackendEB1g_ (librustc_driver-d680884a73809b24.so + 0x2725be8) > #13 0x00007f7f9cf1fbbc _RINvNtNtCs5Dax27l35BT_17rustc_codegen_ssa4back5write17execute_work_itemNtCs43FsFTvPWIq_18rustc_codegen_llvm18LlvmCodegenBackendEB19_ (librustc_driver-d680884a73809b24.so + 0x271fbbc) > #14 0x00007f7f9cf11083 _RINvNtNtCslsnIBI0mbvq_3std10sys_common9backtrace28___rust_begin_short_backtraceNCINvXs0_Cs43FsFTvPWIq_18rustc_codegen_llvmNtB1o_18LlvmCodegenBackendNtNtNtCs5Dax27l35BT_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2s_4back5write10spawn_workB1W_E0uE0uEB1o_ (librustc_driver-d680884a73809b24.so + 0x2711083) > #15 0x00007f7f9cf764f3 _RNSNvYNCINvMNtCslsnIBI0mbvq_3std6threadNtBa_7Builder16spawn_unchecked_NCINvXs0_Cs43FsFTvPWIq_18rustc_codegen_llvmNtB1f_18LlvmCodegenBackendNtNtNtCs5Dax27l35BT_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2j_4back5write10spawn_workB1N_E0uE0uEs_0INtNtNtCs5ozVpOCZ2da_4core3ops8function6FnOnceuE9call_once6vtableB1f_ (librustc_driver-d680884a73809b24.so + 0x27764f3) > #16 0x00007f7f9a4ab463 _ZN3std3sys4unix6thread6Thread3new12thread_start17h5d4e11bbda4161c8E (libstd-8f1929c73c3f8167.so + 0xab463) > #17 0x00007f7f9a28b6da start_thread (libc.so.6 + 0x886da) > #18 0x00007f7f9a30fcd0 __clone (libc.so.6 + 0x10ccd0) > > Stack trace of thread 109: > #0 0x00007f7f9a308de9 syscall (libc.so.6 + 0x105de9) > #1 0x00007f7f9a4a67b5 _ZN3std3sys4unix5futex10futex_wait17hd704c4155d318c56E (libstd-8f1929c73c3f8167.so + 0xa67b5) > #2 0x00007f7f9a4816f9 _ZN3std6thread4park17h36d7a4aa470520abE (libstd-8f1929c73c3f8167.so + 0x816f9) > #3 0x00007f7f9a49c982 _ZN3std4sync4mpsc8blocking9WaitToken4wait17h6c96ede9d141c571E (libstd-8f1929c73c3f8167.so + 0x9c982) > #4 0x00007f7f9cf6ca75 _RNvMNtNtNtCslsnIBI0mbvq_3std4sync4mpsc6streamINtB2_6PacketINtNtNtCs5Dax27l35BT_17rustc_codegen_ssa4back5write7MessageNtCs43FsFTvPWIq_18rustc_codegen_llvm18LlvmCodegenBackendEE4recvB1T_ (librustc_driver-d680884a73809b24.so + 0x276ca75) > #5 0x00007f7f9cf11942 _RNvMsd_NtNtCslsnIBI0mbvq_3std4sync4mpscINtB5_8ReceiverINtNtNtCs5Dax27l35BT_17rustc_codegen_ssa4back5write7MessageNtCs43FsFTvPWIq_18rustc_codegen_llvm18LlvmCodegenBackendEE4recvB1P_ (librustc_driver-d680884a73809b24.so + 0x2711942) > #6 0x00007f7f9cf4ff0d _RNvXs5_Cs43FsFTvPWIq_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCs5Dax27l35BT_17rustc_codegen_ssa6traits7backend14CodegenBackend13codegen_crate (librustc_driver-d680884a73809b24.so + 0x274ff0d) > #7 0x00007f7f9cee4e67 _RINvMNtCs9QZVHGHeWf5_13rustc_session5utilsNtNtB5_7session7Session4timeINtNtCs7IvnwpOD73s_5alloc5boxed3BoxDNtNtCs5ozVpOCZ2da_4core3any3AnyEL_ENCNvNtCsglCrdQPC9Y4_15rustc_interface6passes13start_codegen0EB2l_ (librustc_driver-d680884a73809b24.so + 0x26e4e67) > #8 0x00007f7f9cee01da _RINvMs_NtCsglCrdQPC9Y4_15rustc_interface6passesNtB5_12QueryContext5enterNCNCNvMs0_NtB7_7queriesNtB1i_7Queries15ongoing_codegen00INtNtCs5ozVpOCZ2da_4core6result6ResultINtNtCs7IvnwpOD73s_5alloc5boxed3BoxDNtNtB27_3any3AnyEL_ENtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedEEB7_ (librustc_driver-d680884a73809b24.so + 0x26e01da) > #9 0x00007f7f9cf0885f _RNvMs0_NtCsglCrdQPC9Y4_15rustc_interface7queriesNtB5_7Queries15ongoing_codegen (librustc_driver-d680884a73809b24.so + 0x270885f) > #10 0x00007f7f9ceaf4a2 _RINvMs2_NtCsglCrdQPC9Y4_15rustc_interface7queriesNtNtB8_9interface8Compiler5enterNCNCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0s0_0INtNtCs5ozVpOCZ2da_4core6result6ResultINtNtB2f_6option6OptionNtB6_6LinkerENtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedEEB1n_ (librustc_driver-d680884a73809b24.so + 0x26af4a2) > #11 0x00007f7f9cea8a7f _RINvCslBkvtAMYVsH_10rustc_span15with_source_mapINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedENCINvNtCsglCrdQPC9Y4_15rustc_interface9interface23create_compiler_and_runBJ_NCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0Es_0EB3q_ (librustc_driver-d680884a73809b24.so + 0x26a8a7f) > #12 0x00007f7f9ceb0302 _RINvMs_Cs1EFZsfCvkDy_10scoped_tlsINtB5_9ScopedKeyNtCslBkvtAMYVsH_10rustc_span14SessionGlobalsE3setNCINvNtCsglCrdQPC9Y4_15rustc_interface9interface12run_compilerINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedENCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0E0B2y_EB41_ (librustc_driver-d680884a73809b24.so + 0x26b0302) > #13 0x00007f7f9ced399f _RINvNtNtCslsnIBI0mbvq_3std10sys_common9backtrace28___rust_begin_short_backtraceNCINvNtCsglCrdQPC9Y4_15rustc_interface4util31run_in_thread_pool_with_globalsNCINvNtB1m_9interface12run_compilerINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedENCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0E0B32_E0B32_EB4v_ (librustc_driver-d680884a73809b24.so + 0x26d399f) > #14 0x00007f7f9cec5529 _RNSNvYNCINvMNtCslsnIBI0mbvq_3std6threadNtBa_7Builder16spawn_unchecked_NCINvNtCsglCrdQPC9Y4_15rustc_interface4util31run_in_thread_pool_with_globalsNCINvNtB1d_9interface12run_compilerINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedENCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0E0B2T_E0B2T_Es_0INtNtNtB2Y_3ops8function6FnOnceuE9call_once6vtableB4m_ (librustc_driver-d680884a73809b24.so + 0x26c5529) > #15 0x00007f7f9a4ab463 _ZN3std3sys4unix6thread6Thread3new12thread_start17h5d4e11bbda4161c8E (libstd-8f1929c73c3f8167.so + 0xab463) > #16 0x00007f7f9a28b6da start_thread (libc.so.6 + 0x886da) > #17 0x00007f7f9a30fcd0 __clone (libc.so.6 + 0x10ccd0) > > Stack trace of thread 119: > #0 0x00007f7f9a2ff664 __GI___libc_read (libc.so.6 + 0xfc664) > #1 0x00007f7f9a487566 _ZN51_$LT$$RF$std..fs..File$u20$as$u20$std..io..Read$GT$4read17h7f3272b5b02f1310E (libstd-8f1929c73c3f8167.so + 0x87566) > #2 0x00007f7f9d7a74dc _RNvMNtCsbyZzifYK4Z9_9jobserver3impNtB2_6Client24acquire_allow_interrupts (librustc_driver-d680884a73809b24.so + 0x2fa74dc) > #3 0x00007f7f9d7a8767 _RINvMs3_CsbyZzifYK4Z9_9jobserverNtB6_11HelperState16for_each_requestNCNCNvNtB6_3imp12spawn_helpers_00EB6_ (librustc_driver-d680884a73809b24.so + 0x2fa8767) > #4 0x00007f7f9d7a8e2a _RINvNtNtCslsnIBI0mbvq_3std10sys_common9backtrace28___rust_begin_short_backtraceNCNvNtCsbyZzifYK4Z9_9jobserver3imp12spawn_helpers_0uEB1l_ (librustc_driver-d680884a73809b24.so + 0x2fa8e2a) > #5 0x00007f7f9d7a94c0 _RNSNvYNCINvMNtCslsnIBI0mbvq_3std6threadNtBa_7Builder16spawn_unchecked_NCNvNtCsbyZzifYK4Z9_9jobserver3imp12spawn_helpers_0uEs_0INtNtNtCs5ozVpOCZ2da_4core3ops8function6FnOnceuE9call_once6vtableB1c_ (librustc_driver-d680884a73809b24.so + 0x2fa94c0) > #6 0x00007f7f9a4ab463 _ZN3std3sys4unix6thread6Thread3new12thread_start17h5d4e11bbda4161c8E (libstd-8f1929c73c3f8167.so + 0xab463) > #7 0x00007f7f9a28b6da start_thread (libc.so.6 + 0x886da) > #8 0x00007f7f9a30fcd0 __clone (libc.so.6 + 0x10ccd0) > > Stack trace of thread 120: > #0 0x00007f7f9a308de9 syscall (libc.so.6 + 0x105de9) > #1 0x00007f7f9a4a67b5 _ZN3std3sys4unix5futex10futex_wait17hd704c4155d318c56E (libstd-8f1929c73c3f8167.so + 0xa67b5) > #2 0x00007f7f9a4816f9 _ZN3std6thread4park17h36d7a4aa470520abE (libstd-8f1929c73c3f8167.so + 0x816f9) > #3 0x00007f7f9a49c982 _ZN3std4sync4mpsc8blocking9WaitToken4wait17h6c96ede9d141c571E (libstd-8f1929c73c3f8167.so + 0x9c982) > #4 0x00007f7f9cf6be9f _RNvMNtNtNtCslsnIBI0mbvq_3std4sync4mpsc6sharedINtB2_6PacketINtNtCs7IvnwpOD73s_5alloc5boxed3BoxDNtNtCs5ozVpOCZ2da_4core3any3AnyNtNtB1y_6marker4SendEL_EE4recvCs43FsFTvPWIq_18rustc_codegen_llvm (librustc_driver-d680884a73809b24.so + 0x276be9f) > #5 0x00007f7f9cf0e137 _RINvNtNtCslsnIBI0mbvq_3std10sys_common9backtrace28___rust_begin_short_backtraceNCINvXs0_Cs43FsFTvPWIq_18rustc_codegen_llvmNtB1o_18LlvmCodegenBackendNtNtNtCs5Dax27l35BT_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods12spawn_threadNCINvNtNtB2s_4back5write20start_executing_workB1W_Es2_0INtNtCs5ozVpOCZ2da_4core6result6ResultNtB3S_15CompiledModulesuEE0B4G_EB1o_ (librustc_driver-d680884a73809b24.so + 0x270e137) > #6 0x00007f7f9cf76303 _RNSNvYNCINvMNtCslsnIBI0mbvq_3std6threadNtBa_7Builder16spawn_unchecked_NCINvXs0_Cs43FsFTvPWIq_18rustc_codegen_llvmNtB1f_18LlvmCodegenBackendNtNtNtCs5Dax27l35BT_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods12spawn_threadNCINvNtNtB2j_4back5write20start_executing_workB1N_Es2_0INtNtCs5ozVpOCZ2da_4core6result6ResultNtB3J_15CompiledModulesuEE0B4x_Es_0INtNtNtB4C_3ops8function6FnOnceuE9call_once6vtableB1f_ (librustc_driver-d680884a73809b24.so + 0x2776303) > #7 0x00007f7f9a4ab463 _ZN3std3sys4unix6thread6Thread3new12thread_start17h5d4e11bbda4161c8E (libstd-8f1929c73c3f8167.so + 0xab463) > #8 0x00007f7f9a28b6da start_thread (libc.so.6 + 0x886da) > #9 0x00007f7f9a30fcd0 __clone (libc.so.6 + 0x10ccd0) > > Stack trace of thread 105: > #0 0x00007f7f9a28806a __futex_abstimed_wait_common64 (libc.so.6 + 0x8506a) > #1 0x00007f7f9a28d13b __pthread_clockjoin_ex (libc.so.6 + 0x8a13b) > #2 0x00007f7f9a4ab53d _ZN3std3sys4unix6thread6Thread4join17h399a301400ba0219E (libstd-8f1929c73c3f8167.so + 0xab53d) > #3 0x00007f7f9cec56a4 _RNvMs8_NtCslsnIBI0mbvq_3std6threadINtB5_10JoinHandleINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedEE4joinCsjeZmxxNf9AZ_12rustc_driver (librustc_driver-d680884a73809b24.so + 0x26c56a4) > #4 0x00007f7f9ceab9f1 _RINvNtCsglCrdQPC9Y4_15rustc_interface4util31run_in_thread_pool_with_globalsNCINvNtB4_9interface12run_compilerINtNtCs5ozVpOCZ2da_4core6result6ResultuNtCsfmjOYCWQFP2_12rustc_errors15ErrorGuaranteedENCNvCsjeZmxxNf9AZ_12rustc_driver12run_compilers_0E0B1J_EB3c_ (librustc_driver-d680884a73809b24.so + 0x26ab9f1) > #5 0x00007f7f9ced4bfd _RNvMs_CsjeZmxxNf9AZ_12rustc_driverNtB4_11RunCompiler3run (librustc_driver-d680884a73809b24.so + 0x26d4bfd) > #6 0x00007f7f9ceaf190 _RNvXsl_NtNtCs5ozVpOCZ2da_4core5panic11unwind_safeINtB5_16AssertUnwindSafeNCNvCsjeZmxxNf9AZ_12rustc_driver4main0EINtNtNtB9_3ops8function6FnOnceuE9call_onceB1d_ (librustc_driver-d680884a73809b24.so + 0x26af190) > #7 0x00007f7f9ced917d _RNvCsjeZmxxNf9AZ_12rustc_driver4main (librustc_driver-d680884a73809b24.so + 0x26d917d) > #8 0x0000560016014e1d _RNvCs1me9l4jgas1_10rustc_main4main.llvm.17247304881153136923 (rustc + 0x14e1d) > #9 0x0000560016014e53 _RINvNtNtCslsnIBI0mbvq_3std10sys_common9backtrace28___rust_begin_short_backtraceFEuuECs1me9l4jgas1_10rustc_main (rustc + 0x14e53) > #10 0x0000560016014e09 _RNCINvNtCslsnIBI0mbvq_3std2rt10lang_startuE0Cs1me9l4jgas1_10rustc_main.llvm.17680678223311699505 (rustc + 0x14e09) > #11 0x00007f7f9a480b0e _ZN3std2rt19lang_start_internal17h4db69ed48eaca005E (libstd-8f1929c73c3f8167.so + 0x80b0e) > #12 0x0000560016014e41 main (rustc + 0x14e41) > #13 0x00007f7f9a22c31a __libc_start_call_main (libc.so.6 + 0x2931a) > #14 0x00007f7f9a22c3dc __libc_start_main_impl (libc.so.6 + 0x293dc) > #15 0x0000560016014cfd _start (rustc + 0x14cfd) > ELF object binary architecture: AMD x86-64 > >GNU gdb (Gentoo 11.2 vanilla) 11.2 >Copyright (C) 2022 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. >Type "show copying" and "show warranty" for details. >This GDB was configured as "x86_64-pc-linux-gnu". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><https://bugs.gentoo.org/>. >Find the GDB manual and other documentation resources online at: > <http://www.gnu.org/software/gdb/documentation/>. > >For help, type "help". >Type "apropos word" to search for commands related to "word"... >Reading symbols from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc... >[New LWP 127] >[New LWP 109] >[New LWP 119] >[New LWP 120] >[New LWP 105] >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >Core was generated by `/mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/rustc'. >Program terminated with signal SIGSEGV, Segmentation fault. >#0 _rjem_je_large_dalloc (tsdn=0x7f7f8adfebf8, edata=0x0) at src/large.c:271 >271 src/large.c: No such file or directory. >[Current thread is 1 (Thread 0x7f7f8adff640 (LWP 127))] >(gdb) bt full >#0 _rjem_je_large_dalloc (tsdn=0x7f7f8adfebf8, edata=0x0) at src/large.c:271 > arena = <optimized out> >#1 0x00005600160171f3 in arena_dalloc_large (tsdn=0x7f7f8adfebf8, ptr=<optimized out>, tcache=<optimized out>, szind=<optimized out>, slow_path=false) at include/jemalloc/internal/arena_inlines_b.h:297 > edata = 0x0 > edata = <optimized out> >#2 arena_dalloc (tsdn=0x7f7f8adfebf8, ptr=<optimized out>, tcache=<optimized out>, slow_path=false, caller_alloc_ctx=<optimized out>) at include/jemalloc/internal/arena_inlines_b.h:334 > alloc_ctx = <optimized out> >#3 idalloctm (tsdn=0x7f7f8adfebf8, ptr=<optimized out>, tcache=<optimized out>, is_internal=false, slow_path=false, alloc_ctx=<optimized out>) at include/jemalloc/internal/jemalloc_internal_inlines_c.h:120 >No locals. >#4 ifree (ptr=<optimized out>, tcache=<optimized out>, slow_path=false, tsd=<optimized out>) at src/jemalloc.c:2887 > alloc_ctx = <optimized out> > usize = 289078108240281600 >#5 _rjem_je_free_default (ptr=<optimized out>) at src/jemalloc.c:3014 > tcache = <optimized out> > tsd = <optimized out> >#6 0x00007f7f97919402 in llvm::SelectionDAGISel::CodeGenAndEmitDAG() () from /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 >No symbol table info available. >#7 0x00007f7f978f6b8a in llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) () > from /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 >No symbol table info available. >#8 0x00007f7f978ee848 in llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) () > from /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 >No symbol table info available. >#9 0x00007f7f978ee3d4 in (anonymous namespace)::X86DAGToDAGISel::runOnMachineFunction(llvm::MachineFunction&) [clone .llvm.16610788761286298757] () > from /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 >No symbol table info available. >#10 0x00007f7f97edab54 in llvm::FPPassManager::runOnFunction(llvm::Function&) () from /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 >No symbol table info available. >#11 0x00007f7f97eda22f in llvm::FPPassManager::runOnModule(llvm::Module&) () from /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 >No symbol table info available. >#12 0x00007f7f97ed9a40 in llvm::legacy::PassManagerImpl::run(llvm::Module&) () from /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 >No symbol table info available. >#13 0x00007f7f9cf8b5e5 in LLVMRustWriteOutputFile () from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#14 0x00007f7f9cf8109e in rustc_codegen_llvm::back::write::write_output_file () from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#15 0x00007f7f9cf843e6 in rustc_codegen_llvm::back::write::codegen () from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#16 0x00007f7f9cf25be8 in rustc_codegen_ssa::back::write::finish_intra_module_work::<rustc_codegen_llvm::LlvmCodegenBackend> () > from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#17 0x00007f7f9cf1fbbc in rustc_codegen_ssa::back::write::execute_work_item::<rustc_codegen_llvm::LlvmCodegenBackend> () > from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#18 0x00007f7f9cf11083 in std::sys_common::backtrace::__rust_begin_short_backtrace::<<rustc_codegen_llvm::LlvmCodegenBackend as rustc_codegen_ssa::traits::backend::ExtraBackendMethods>::spawn_named_thread<rustc_codegen_ssa::back::write::spawn_work<rustc_codegen_llvm::LlvmCodegenBackend>::{closure#0}, ()>::{closure#0}, ()> () > from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#19 0x00007f7f9cf764f3 in <<std::thread::Builder>::spawn_unchecked_<<rustc_codegen_llvm::LlvmCodegenBackend as rustc_codegen_ssa::traits::backend::ExtraBackendMethods>::spawn_named_thread<rustc_codegen_ssa::back::write::spawn_work<rustc_codegen_llvm::LlvmCodegenBackend>::{closure#0}, ()>::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} () > from /mnt/megadisk/system/portage/dev-lang/rust-1.64.0-r1/work/rust-stage0/bin/../lib/librustc_driver-d680884a73809b24.so >No symbol table info available. >#20 0x00007f7f9a4ab463 in alloc::boxed::{impl#44}::call_once<(), dyn core::ops::function::FnOnce<(), Output=()>, alloc::alloc::Global> () at library/alloc/src/boxed.rs:1951 >No locals. >--Type <RET> for more, q to quit, c to continue without paging--c >#21 alloc::boxed::{impl#44}::call_once<(), alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output=()>, alloc::alloc::Global>, alloc::alloc::Global> () at library/alloc/src/boxed.rs:1951 >No locals. >#22 std::sys::unix::thread::{impl#2}::new::thread_start () at library/std/src/sys/unix/thread.rs:108 >No locals. >#23 0x00007f7f9a28b6da in start_thread (arg=<optimized out>) at pthread_create.c:442 > ret = <optimized out> > pd = <optimized out> > out = <optimized out> > unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140185767507520, 8506160741033288877, 140185779939182, 140185765408768, 140185779939183, 0, -8577983314618899283, -8578019797836127059}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} > not_first_call = <optimized out> >#24 0x00007f7f9a30fcd0 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 >No locals.
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