[INFO] cloning repository https://github.com/jnskw/hltb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jnskw/hltb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjnskw%2Fhltb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjnskw%2Fhltb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5c4da1fe620b71f824753d7e84d9a7e22c495f7 [INFO] testing jnskw/hltb against master#ebf0cf75d368c035f4c7e7246d203bd469ee4a51 for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjnskw%2Fhltb" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jnskw/hltb on toolchain ebf0cf75d368c035f4c7e7246d203bd469ee4a51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jnskw/hltb [INFO] finished tweaking git repo https://github.com/jnskw/hltb [INFO] tweaked toml for git repo https://github.com/jnskw/hltb written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jnskw/hltb already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e29e664a5ff80456a1b7197c8ff621ae4beb65ad5987d61fd6fb4b5ef36758e [INFO] running `Command { std: "docker" "start" "-a" "2e29e664a5ff80456a1b7197c8ff621ae4beb65ad5987d61fd6fb4b5ef36758e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e29e664a5ff80456a1b7197c8ff621ae4beb65ad5987d61fd6fb4b5ef36758e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e29e664a5ff80456a1b7197c8ff621ae4beb65ad5987d61fd6fb4b5ef36758e", kill_on_drop: false }` [INFO] [stdout] 2e29e664a5ff80456a1b7197c8ff621ae4beb65ad5987d61fd6fb4b5ef36758e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+ebf0cf75d368c035f4c7e7246d203bd469ee4a51" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 620689cd5decf878b88dff1bf7b895f54587cdefc5b69afdde971d76c140583e [INFO] running `Command { std: "docker" "start" "-a" "620689cd5decf878b88dff1bf7b895f54587cdefc5b69afdde971d76c140583e", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde v1.0.139 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling futf v0.1.5 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling dtoa-short v0.3.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling tendril v0.4.3 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rustls v0.20.6 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling argh_shared v0.1.8 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling html-escape v0.2.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.4 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling argh_derive v0.1.8 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling argh v0.1.8 [INFO] [stderr] Compiling ureq v2.5.0 [INFO] [stderr] Compiling scraper v0.13.0 [INFO] [stderr] Compiling hltb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcjx6GW9/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libhtml_escape-fa99bba2182a6d8d.rlib,libutf8_width-1612dd05bb7e7e6c.rlib,libureq-60d93942c9eb47fd.rlib,libwebpki_roots-d3f18bbd737a7a1d.rlib,libbase64-beb813779272318b.rlib,librustls-5b2edaead9ccb756.rlib,libsct-034df318c007e472.rlib,libwebpki-368c64fa70596b0b.rlib,libring-a6419879c082e20f.rlib,libspin-bd5c65b66a03de3f.rlib,libuntrusted-4c6cc551cc2c6e70.rlib,libflate2-69ea1c3c08ba7d9a.rlib,libminiz_oxide-b867791db04355e1.rlib,libadler-f4caa73e14204bdd.rlib,libcrc32fast-56a2f8bd1095fa00.rlib,libchunked_transfer-9e688d341286f0fd.rlib,liburl-36783196d4abf97e.rlib,libidna-1209db283719866a.rlib,libunicode_normalization-c39e236ff6ca2103.rlib,libtinyvec-d255f4f79cc06720.rlib,libtinyvec_macros-cc8e196d6b1e57fc.rlib,libunicode_bidi-478c580ce729c6d2.rlib,libform_urlencoded-bc575136d0314bd7.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libscraper-369fd7b6c2afdd24.rlib,libselectors-3cd3c8cbf17660b5.rlib,libthin_slice-4af665ef9051435c.rlib,libservo_arc-431873b4510ce5cb.rlib,libstable_deref_trait-a2d30f30be7c468b.rlib,libnodrop-46a0601e88c85ec1.rlib,libfxhash-411924b02c1e305e.rlib,libbyteorder-379f547b04d51d02.rlib,libcssparser-0a8e59dcfce5bcb7.rlib,libitoa-a52fc10098ef56c6.rlib,libdtoa_short-6083dcfbdde53192.rlib,libdtoa-611ae90b208a6302.rlib,libphf-2051dd23bfe0df47.rlib,libphf_shared-cdf1013e446ae6fa.rlib,libbitflags-e2b4db6c651223da.rlib,libego_tree-da1a3e02029f2d03.rlib,libmatches-443042cef9af988b.rlib,libhtml5ever-2035d3dc121837c8.rlib,liblog-65ce858a5d32dc0e.rlib,libmarkup5ever-df4685ae3fe34748.rlib,libstring_cache-b15e73575c44ca29.rlib,libprecomputed_hash-7d997fe2cb7badd4.rlib,libserde-feab1d22d5da8cdd.rlib,libparking_lot-637003fd7a5b44fb.rlib,libparking_lot_core-a171aa05ed41e842.rlib,liblibc-170c83ef7fdcd9e7.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-925aaf8f39242efe.rlib,liblock_api-dccc8bceca04d50a.rlib,libscopeguard-43643e546252cd47.rlib,libonce_cell-3111a229f6c7f0cc.rlib,libphf-d7547abfeda67375.rlib,libphf_shared-5f61e201d1a395fc.rlib,libsiphasher-77fd39accd5f18ec.rlib,libtendril-f543cfdd67b7993b.rlib,libutf8-d75228722519eff6.rlib,libfutf-74007d49b0e06858.rlib,libdebug_unreachable-dd0032cccfa609c8.rlib,libmac-c49d677f899b5d26.rlib,libitertools-9f738793ca96e831.rlib,libeither-a06134664ddd7411.rlib,libargh-6563add5b4f243f0.rlib,libargh_shared-6826c8284ec3e147.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcjx6GW9/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-ed8ccfdf83f09688/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/hltb-46922b8f4d36e970" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hltb` (bin "hltb") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "620689cd5decf878b88dff1bf7b895f54587cdefc5b69afdde971d76c140583e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "620689cd5decf878b88dff1bf7b895f54587cdefc5b69afdde971d76c140583e", kill_on_drop: false }` [INFO] [stdout] 620689cd5decf878b88dff1bf7b895f54587cdefc5b69afdde971d76c140583e