[INFO] cloning repository ernestrc/rux [INFO] running `"git" "clone" "--bare" "git://github.com/ernestrc/rux.git" "work/cache/sources/gh/ernestrc/rux"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ernestrc/rux'... [INFO] running `"git" "clone" "work/cache/sources/gh/ernestrc/rux" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ernestrc/rux"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ernestrc/rux'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ernestrc/rux" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ernestrc/rux"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ernestrc/rux'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ad3feb3de7fec8889a04560de04c5ab42016dd0 [INFO] sha for GitHub repo ernestrc/rux: 7ad3feb3de7fec8889a04560de04c5ab42016dd0 [INFO] validating manifest of ernestrc/rux on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ernestrc/rux on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ernestrc/rux [INFO] finished frobbing ernestrc/rux [INFO] frobbed toml for ernestrc/rux written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ernestrc/rux/Cargo.toml [INFO] started frobbing ernestrc/rux [INFO] finished frobbing ernestrc/rux [INFO] frobbed toml for ernestrc/rux written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ernestrc/rux/Cargo.toml [INFO] crate ernestrc/rux already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing ernestrc/rux against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ernestrc/rux:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 3a0e76ab48b109b866182cd3dc462cb550baaa531f161fc6ae9f75ffc7eb8fe6 [INFO] running `"docker" "start" "-a" "3a0e76ab48b109b866182cd3dc462cb550baaa531f161fc6ae9f75ffc7eb8fe6"` [INFO] [stderr] Compiling gcc v0.3.40 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num_cpus v1.2.0 [INFO] [stderr] Compiling pad v0.1.4 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling error-chain v0.7.1 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling rux v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 7 | | } [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 7 | | } [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.14s [INFO] running `"docker" "inspect" "3a0e76ab48b109b866182cd3dc462cb550baaa531f161fc6ae9f75ffc7eb8fe6"` [INFO] running `"docker" "rm" "-f" "3a0e76ab48b109b866182cd3dc462cb550baaa531f161fc6ae9f75ffc7eb8fe6"` [INFO] [stdout] 3a0e76ab48b109b866182cd3dc462cb550baaa531f161fc6ae9f75ffc7eb8fe6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ernestrc/rux:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6337d6ab747367fc887432ab8ed41e7def50675d352b0e204b73e0acd7e20a68 [INFO] running `"docker" "start" "-a" "6337d6ab747367fc887432ab8ed41e7def50675d352b0e204b73e0acd7e20a68"` [INFO] [stderr] Compiling rux v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/mux/handler.rs:150:7 [INFO] [stderr] | [INFO] [stderr] 150 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 7 | | } [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | types { [INFO] [stderr] 6 | | Error, ErrorKind, ResultExt, Result; [INFO] [stderr] 7 | | } [INFO] [stderr] ... | [INFO] [stderr] 24 | | } [INFO] [stderr] 25 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.buf.5vffjtwv-cgu.8.rcgu.o" "-o" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b" "/opt/crater/target/debug/examples/buf-96f594ec0d84b54b.bgle9xa2z28bf1y.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librux-5a8092fb313f9d3a.rlib" "/opt/crater/target/debug/deps/liblog-aad19f31e7903aaa.rlib" "/opt/crater/target/debug/deps/liberror_chain-cde255e8fec6da13.rlib" "/opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-78a1d138a0debd0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4eb1802d306f41.rlib" "/opt/crater/target/debug/deps/libdbghelp-8bca857c6ff44786.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libkernel32-c43354b950774659.rlib" "/opt/crater/target/debug/deps/liblazy_static-3d86a67d5a6081ae.rlib" "/opt/crater/target/debug/deps/libtime-6e7c8ab574960f91.rlib" "/opt/crater/target/debug/deps/libpad-b0a69bb2c0da0d15.rlib" "/opt/crater/target/debug/deps/libunicode_width-e4103f55d28ab18e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-bc4fec5dd5b60490.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/libnix-653c168796206de8.rlib" "/opt/crater/target/debug/deps/liblibc-444545660d91f943.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libcfg_if-4ee1bfc7bbb3c4e3.rlib" "/opt/crater/target/debug/deps/libbitflags-9e65c7af44dfbb28.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused variable: `buffer` [INFO] [stderr] --> src/buf/tests.rs:268:18 [INFO] [stderr] | [INFO] [stderr] 268 | fn from_buffer(buffer: &mut ByteBuffer) -> Result> { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_buffer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) [INFO] [stderr] --> src/epoll/mod.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | assert!(ev.events.contains(EPOLLIN)); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(safe_packed_borrows)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #46043 [INFO] [stderr] = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.echo.bvlwpyq9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf" "/opt/crater/target/debug/examples/echo-d535b404ead9a2cf.6gl1nnv2fh5hbh4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-5fd2c71223c00386.rlib" "/opt/crater/target/debug/deps/libregex-ad478a65786e0913.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-6cd60a6acc67606e.rlib" "/opt/crater/target/debug/deps/libregex_syntax-d7951ba199fca90d.rlib" "/opt/crater/target/debug/deps/libthread_local-1890c2f8233dcf97.rlib" "/opt/crater/target/debug/deps/libthread_id-a81ff686f8761acb.rlib" "/opt/crater/target/debug/deps/libaho_corasick-12e4bae5ee144d18.rlib" "/opt/crater/target/debug/deps/libmemchr-88973570b9a2bfdd.rlib" "/opt/crater/target/debug/deps/librux-5a8092fb313f9d3a.rlib" "/opt/crater/target/debug/deps/liberror_chain-cde255e8fec6da13.rlib" "/opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-78a1d138a0debd0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4eb1802d306f41.rlib" "/opt/crater/target/debug/deps/libdbghelp-8bca857c6ff44786.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libkernel32-c43354b950774659.rlib" "/opt/crater/target/debug/deps/liblazy_static-3d86a67d5a6081ae.rlib" "/opt/crater/target/debug/deps/libtime-6e7c8ab574960f91.rlib" "/opt/crater/target/debug/deps/libpad-b0a69bb2c0da0d15.rlib" "/opt/crater/target/debug/deps/libunicode_width-e4103f55d28ab18e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-bc4fec5dd5b60490.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/libnix-653c168796206de8.rlib" "/opt/crater/target/debug/deps/liblibc-444545660d91f943.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libcfg_if-4ee1bfc7bbb3c4e3.rlib" "/opt/crater/target/debug/deps/libbitflags-9e65c7af44dfbb28.rlib" "/opt/crater/target/debug/deps/liblog-aad19f31e7903aaa.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rux`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.rux.bsh55pcx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6" "/opt/crater/target/debug/deps/rux-8559189d2b6369a6.7kt1divylcgajgx.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-663ecae12a465161.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-acba595a0b25d09b.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b618c2997fe9241e.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4755c7b1004b2bec.rlib" "/opt/crater/target/debug/deps/liblog-aad19f31e7903aaa.rlib" "/opt/crater/target/debug/deps/liberror_chain-cde255e8fec6da13.rlib" "/opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-78a1d138a0debd0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4eb1802d306f41.rlib" "/opt/crater/target/debug/deps/libdbghelp-8bca857c6ff44786.rlib" "/opt/crater/target/debug/deps/libwinapi-0d487fc2d3cbe596.rlib" "/opt/crater/target/debug/deps/libkernel32-c43354b950774659.rlib" "/opt/crater/target/debug/deps/liblazy_static-3d86a67d5a6081ae.rlib" "/opt/crater/target/debug/deps/libtime-6e7c8ab574960f91.rlib" "/opt/crater/target/debug/deps/libpad-b0a69bb2c0da0d15.rlib" "/opt/crater/target/debug/deps/libunicode_width-e4103f55d28ab18e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-bc4fec5dd5b60490.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/libnix-653c168796206de8.rlib" "/opt/crater/target/debug/deps/liblibc-444545660d91f943.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libcfg_if-4ee1bfc7bbb3c4e3.rlib" "/opt/crater/target/debug/deps/libbitflags-9e65c7af44dfbb28.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:156: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-ac1c087a0c72db46.rlib(backtrace-ac1c087a0c72db46.backtrace.6vrfcsjp-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:173: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.0/src/symbolize/libbacktrace.rs:177: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rux`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6337d6ab747367fc887432ab8ed41e7def50675d352b0e204b73e0acd7e20a68"` [INFO] running `"docker" "rm" "-f" "6337d6ab747367fc887432ab8ed41e7def50675d352b0e204b73e0acd7e20a68"` [INFO] [stdout] 6337d6ab747367fc887432ab8ed41e7def50675d352b0e204b73e0acd7e20a68