[INFO] cloning repository https://github.com/mattjquinn/jcompiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattjquinn/jcompiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattjquinn%2Fjcompiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattjquinn%2Fjcompiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8daf7fae435960184ee0b370fe5882f203988ed8 [INFO] testing mattjquinn/jcompiler against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattjquinn%2Fjcompiler" "/workspace/builds/worker-101/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-101/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattjquinn/jcompiler on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattjquinn/jcompiler [INFO] finished tweaking git repo https://github.com/mattjquinn/jcompiler [INFO] tweaked toml for git repo https://github.com/mattjquinn/jcompiler written to /workspace/builds/worker-101/source/Cargo.toml [INFO] crate git repo https://github.com/mattjquinn/jcompiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ascii v0.9.1 [INFO] [stderr] Downloaded rand v0.7.1 [INFO] [stderr] Downloaded llvm-sys v70.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55834387aba16dfa2db1890bdd9efa174181b2f1feb8cb3b19b01fc46ab92351 [INFO] running `Command { std: "docker" "start" "-a" "55834387aba16dfa2db1890bdd9efa174181b2f1feb8cb3b19b01fc46ab92351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55834387aba16dfa2db1890bdd9efa174181b2f1feb8cb3b19b01fc46ab92351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55834387aba16dfa2db1890bdd9efa174181b2f1feb8cb3b19b01fc46ab92351", kill_on_drop: false }` [INFO] [stdout] 55834387aba16dfa2db1890bdd9efa174181b2f1feb8cb3b19b01fc46ab92351 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fe2d3a867f56e1573af1e5db2511e09c53c093a475a68c33925b730c04a0982 [INFO] running `Command { std: "docker" "start" "-a" "2fe2d3a867f56e1573af1e5db2511e09c53c093a475a68c33925b730c04a0982", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ieee754 v0.2.6 [INFO] [stderr] Compiling ascii v0.9.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling pest_meta v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling rand v0.7.1 [INFO] [stderr] Compiling jcompiler-derive v0.1.0 (/opt/rustwide/workdir/lib/jcompiler-derive) [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling quickcheck v0.9.0 [INFO] [stderr] Compiling llvm-sys v70.1.0 [INFO] [stderr] Compiling jcompiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `cells` [INFO] [stdout] --> src/lib/backend/llvm.rs:785:5 [INFO] [stdout] | [INFO] [stdout] 785 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cell_index_ptr` [INFO] [stdout] --> src/lib/backend/llvm.rs:786:5 [INFO] [stdout] | [INFO] [stdout] 786 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `main_fn` [INFO] [stdout] --> src/lib/backend/llvm.rs:787:5 [INFO] [stdout] | [INFO] [stdout] 787 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.24s [INFO] running `Command { std: "docker" "inspect" "2fe2d3a867f56e1573af1e5db2511e09c53c093a475a68c33925b730c04a0982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe2d3a867f56e1573af1e5db2511e09c53c093a475a68c33925b730c04a0982", kill_on_drop: false }` [INFO] [stdout] 2fe2d3a867f56e1573af1e5db2511e09c53c093a475a68c33925b730c04a0982 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 514bca128d0fe084d705b47cf33dabae93e106e66833dc55f9c7750140d5a918 [INFO] running `Command { std: "docker" "start" "-a" "514bca128d0fe084d705b47cf33dabae93e106e66833dc55f9c7750140d5a918", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stdout] warning: field is never read: `cells` [INFO] [stdout] --> src/lib/backend/llvm.rs:785:5 [INFO] [stdout] | [INFO] [stdout] 785 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cell_index_ptr` [INFO] [stdout] --> src/lib/backend/llvm.rs:786:5 [INFO] [stdout] | [INFO] [stdout] 786 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `main_fn` [INFO] [stdout] --> src/lib/backend/llvm.rs:787:5 [INFO] [stdout] | [INFO] [stdout] 787 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling criterion-plot v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling tinytemplate v1.0.1 [INFO] [stderr] Compiling criterion v0.2.10 [INFO] [stderr] Compiling jcompiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] Ignoring known test failure: ctest_monadic_tally.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_shape.ijs [INFO] [stdout] Ignoring known test failure: ctest_monadic_shapeof.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_copy.ijs [INFO] [stdout] Ignoring known test failure: ctest_ch2_learningjbook.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_largerorequal.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_largerof.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_append.ijs [INFO] [stdout] Ignoring known test failure: ctest_strings.ijs [INFO] [stdout] Ignoring known test failure: ctest_global_refs_mixedverbs.ijs [INFO] [stdout] Ignoring known test failure: j1.ijs [INFO] [stdout] Ignoring known test failure: ctest_power.ijs [INFO] [stdout] Ignoring known test failure: ctest_negative_numbers.ijs [INFO] [stdout] Ignoring known test failure: ctest_ch1_learningjbook.ijs [INFO] [stdout] Ignoring known test failure: ctest_divisions.ijs [INFO] [stdout] warning: field is never read: `cells` [INFO] [stdout] --> src/lib/backend/llvm.rs:785:5 [INFO] [stdout] | [INFO] [stdout] 785 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `cell_index_ptr` [INFO] [stdout] --> src/lib/backend/llvm.rs:786:5 [INFO] [stdout] | [INFO] [stdout] 786 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `main_fn` [INFO] [stdout] --> src/lib/backend/llvm.rs:787:5 [INFO] [stdout] | [INFO] [stdout] 787 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.parser_tests.211498f3-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38.1sfhtgl9gb1uczje.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/llvm-sys-214d058433408e40/out" "-L" "/usr/lib/llvm-10/lib" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ea87b6c2fe761216.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-91b9e0d063734789.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2ddfc09cde4cdc0c.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-d066e6f50a258123.rlib" "/opt/rustwide/target/debug/deps/libjcompilerlib-845b9048007890c1.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-e79d8f792cff2ecb.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libieee754-7c8b7aab4b3481a5.rlib" "/opt/rustwide/target/debug/deps/libtempfile-a2646b87afd61a20.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-f2ec4b2bcbcd3310.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-b7cc7f23842a6469.rlib" "/opt/rustwide/target/debug/deps/librand-02a9452794565034.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-26683e9e18f005bc.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-cbf371a99f436258.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f718162676277fd2.rlib" "/opt/rustwide/target/debug/deps/librand_core-572a89d882e89aae.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3b8db0338147fa37.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-1f94374cc5b0c439.rlib" "/opt/rustwide/target/debug/deps/libregex-6ae94194dccee706.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-0a6668032f28c853.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-28e9ac8fc110b07d.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3cc94c66ff24300e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-10ad1c17046b99a7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-440be9e5f08404f5.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-6560be4e47863d47.rlib" "/opt/rustwide/target/debug/deps/libmemchr-b0d9e12d97d7849a.rlib" "/opt/rustwide/target/debug/deps/liblog-a3237e886dc8d478.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc86aa381747737.rlib" "/opt/rustwide/target/debug/deps/libpest-0ba7bca1943cdaab.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-4d9a5cc41dc09cf7.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-6d19f65740fc66a5.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c69249c522556a4.rlib" "/opt/rustwide/target/debug/deps/libitertools-31971b70b03f092c.rlib" "/opt/rustwide/target/debug/deps/libeither-88b98c3c03f23a50.rlib" "/opt/rustwide/target/debug/deps/libgetopts-813f659ad89dab49.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1c5c393aa49a23dd.rlib" "/opt/rustwide/target/debug/deps/libascii-3a772338e20145a3.rlib" "/opt/rustwide/target/debug/deps/libansi_term-48f0fd0ac85ec814.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lz" "-lrt" "-ldl" "-ltinfo" "-lpthread" "-lm" "-lstdc++" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/parser_tests-e60b69aa5a787d38" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `jcompiler` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "514bca128d0fe084d705b47cf33dabae93e106e66833dc55f9c7750140d5a918", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "514bca128d0fe084d705b47cf33dabae93e106e66833dc55f9c7750140d5a918", kill_on_drop: false }` [INFO] [stdout] 514bca128d0fe084d705b47cf33dabae93e106e66833dc55f9c7750140d5a918