[INFO] updating cached repository antifuchs/ssh_bookmarker [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/antifuchs/ssh_bookmarker [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/antifuchs/ssh_bookmarker" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/antifuchs/ssh_bookmarker"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/antifuchs/ssh_bookmarker'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/antifuchs/ssh_bookmarker" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/antifuchs/ssh_bookmarker"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/antifuchs/ssh_bookmarker'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e8e981c8dbd56170f45ef556bed6683b38ce9e5d [INFO] sha for GitHub repo antifuchs/ssh_bookmarker: e8e981c8dbd56170f45ef556bed6683b38ce9e5d [INFO] validating manifest of antifuchs/ssh_bookmarker on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of antifuchs/ssh_bookmarker on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing antifuchs/ssh_bookmarker [INFO] finished frobbing antifuchs/ssh_bookmarker [INFO] frobbed toml for antifuchs/ssh_bookmarker written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/antifuchs/ssh_bookmarker/Cargo.toml [INFO] started frobbing antifuchs/ssh_bookmarker [INFO] finished frobbing antifuchs/ssh_bookmarker [INFO] frobbed toml for antifuchs/ssh_bookmarker written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/antifuchs/ssh_bookmarker/Cargo.toml [INFO] crate antifuchs/ssh_bookmarker has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing antifuchs/ssh_bookmarker against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-3/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/antifuchs/ssh_bookmarker:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 87fff88c35a2ee8adde1815eb625b2859e187c4bc80a7088ef5b3115a922a75f [INFO] running `"docker" "start" "-a" "87fff88c35a2ee8adde1815eb625b2859e187c4bc80a7088ef5b3115a922a75f"` [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling error-chain v0.7.2 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling ssh_bookmarker v1.0.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/errors/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | foreign_links { [INFO] [stderr] 6 | | Format(::regex::Error); [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error 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/errors/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | foreign_links { [INFO] [stderr] 6 | | Format(::regex::Error); [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 19 | | } [INFO] [stderr] 20 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error 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/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.ssh_bookmarker.3xgqrgy4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6" "/opt/crater/target/debug/deps/ssh_bookmarker-e1a98e5a7273c2c6.3be66rwan4i7732b.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libssh_bookmarker-1eec0cb26c3095ac.rlib" "/opt/crater/target/debug/deps/liberror_chain-6cabbce682e1e904.rlib" "/opt/crater/target/debug/deps/libbacktrace-c4a0e7ec3af62a51.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d088574941fbec78.rlib" "/opt/crater/target/debug/deps/librustc_demangle-bedd9530c131cc28.rlib" "/opt/crater/target/debug/deps/libcfg_if-093b3a73669c0adf.rlib" "/opt/crater/target/debug/deps/libdbghelp-b3513b10232833cd.rlib" "/opt/crater/target/debug/deps/libwinapi-7dff080b6462bfe0.rlib" "/opt/crater/target/debug/deps/libkernel32-9b717afd956943fe.rlib" "/opt/crater/target/debug/deps/libregex-4aa66123dddceafa.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-9d91b0e8b555e8f3.rlib" "/opt/crater/target/debug/deps/libregex_syntax-678469c9f50c44c1.rlib" "/opt/crater/target/debug/deps/libthread_local-6c5cce65d8dcabdb.rlib" "/opt/crater/target/debug/deps/libunreachable-339551e1dd07d988.rlib" "/opt/crater/target/debug/deps/libvoid-b0b37fff1e1e077d.rlib" "/opt/crater/target/debug/deps/libthread_id-83e62ed6e7c25639.rlib" "/opt/crater/target/debug/deps/libaho_corasick-66648669bcedee78.rlib" "/opt/crater/target/debug/deps/libmemchr-1d787c06e4b80d5f.rlib" "/opt/crater/target/debug/deps/libdocopt-f92762b0f99cfaac.rlib" "/opt/crater/target/debug/deps/libstrsim-fcca96e7cfbfd57d.rlib" "/opt/crater/target/debug/deps/libregex-24eb768b17fd56bb.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-ad1dc04e0493bd3b.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a441907bce371315.rlib" "/opt/crater/target/debug/deps/libthread_local-78902114aa178f26.rlib" "/opt/crater/target/debug/deps/libthread_id-162f97a651bb5caf.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b4080891edb2dc45.rlib" "/opt/crater/target/debug/deps/libmemchr-752770a70d883cf6.rlib" "/opt/crater/target/debug/deps/liblibc-7f3cd8e33873d9dc.rlib" "/opt/crater/target/debug/deps/liblazy_static-126057301ec7e4c8.rlib" "/opt/crater/target/debug/deps/librustc_serialize-746afecadf994b7c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8469d768695d9748.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-786c0f406992159b.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-eda54ffd3e6402cc.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3b59adbc83c396a4.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d2bb09f4dcbd4be.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e96acda46b77a2fd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-596074f575b1f832.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57f280c1596673cd.rlib" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-16132b5b2ecf9ec1.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-37286a0a9c4289ff.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-c4a0e7ec3af62a51.rlib(backtrace-c4a0e7ec3af62a51.backtrace.3i4189rb-cgu.12.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-c4a0e7ec3af62a51.rlib(backtrace-c4a0e7ec3af62a51.backtrace.3i4189rb-cgu.12.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 `ssh_bookmarker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "87fff88c35a2ee8adde1815eb625b2859e187c4bc80a7088ef5b3115a922a75f"` [INFO] running `"docker" "rm" "-f" "87fff88c35a2ee8adde1815eb625b2859e187c4bc80a7088ef5b3115a922a75f"` [INFO] [stdout] 87fff88c35a2ee8adde1815eb625b2859e187c4bc80a7088ef5b3115a922a75f