[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] fc618ccb421351c65ae17fa527b2799ab4c50ff4 [INFO] testing mattjquinn/jcompiler against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattjquinn%2Fjcompiler" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattjquinn/jcompiler on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "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-6/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" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded criterion-plot v0.3.0 [INFO] [stderr] Downloaded pest_meta v2.1.0 [INFO] [stderr] Downloaded tinytemplate v1.0.1 [INFO] [stderr] Downloaded quickcheck v0.9.0 [INFO] [stderr] Downloaded llvm-sys v100.2.3 [INFO] [stderr] Downloaded criterion v0.2.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 106e4cc6a9a279358d2065bcabc22472704849c53704161930a104123b502492 [INFO] running `Command { std: "docker" "start" "-a" "106e4cc6a9a279358d2065bcabc22472704849c53704161930a104123b502492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "106e4cc6a9a279358d2065bcabc22472704849c53704161930a104123b502492", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "106e4cc6a9a279358d2065bcabc22472704849c53704161930a104123b502492", kill_on_drop: false }` [INFO] [stdout] 106e4cc6a9a279358d2065bcabc22472704849c53704161930a104123b502492 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b709672109fd766ac487d7969a80989ce7a2f6976916d233e1b70c56662482bb [INFO] running `Command { std: "docker" "start" "-a" "b709672109fd766ac487d7969a80989ce7a2f6976916d233e1b70c56662482bb", kill_on_drop: false }` [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 getrandom v0.1.12 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [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 unicode-width v0.1.5 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling either v1.5.1 [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 c2-chacha v0.2.2 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling linked_hash_set v0.1.4 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling pest_meta v2.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling rand v0.7.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling quickcheck v0.9.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling jcompiler-derive v0.1.0 (/opt/rustwide/workdir/lib/jcompiler-derive) [INFO] [stderr] Compiling llvm-sys v100.2.3 [INFO] [stderr] Compiling jcompiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `cells`, `cell_index_ptr` and `main_fn` are never read [INFO] [stdout] --> src/lib/backend/llvm/compiler.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 113 | struct CompileContext { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 114 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 115 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 116 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `CompileContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.89s [INFO] running `Command { std: "docker" "inspect" "b709672109fd766ac487d7969a80989ce7a2f6976916d233e1b70c56662482bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b709672109fd766ac487d7969a80989ce7a2f6976916d233e1b70c56662482bb", kill_on_drop: false }` [INFO] [stdout] b709672109fd766ac487d7969a80989ce7a2f6976916d233e1b70c56662482bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15d00e847bc72f0e6d51773570fdba2d7e67d8f55b12454edb7b21305b3c6318 [INFO] running `Command { std: "docker" "start" "-a" "15d00e847bc72f0e6d51773570fdba2d7e67d8f55b12454edb7b21305b3c6318", kill_on_drop: false }` [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling rayon-core v1.4.1 [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 bitflags v1.0.4 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stdout] warning: fields `cells`, `cell_index_ptr` and `main_fn` are never read [INFO] [stdout] --> src/lib/backend/llvm/compiler.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 113 | struct CompileContext { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 114 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 115 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 116 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `CompileContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.3.0 [INFO] [stderr] Compiling rand_xoshiro v0.1.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_ch2_learningjbook.ijs [INFO] [stdout] Ignoring known test failure: ctest_strings.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_append.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_shape.ijs [INFO] [stdout] Ignoring known test failure: ctest_ch1_learningjbook.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_largerof.ijs [INFO] [stdout] Ignoring known test failure: ctest_power.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_copy.ijs [INFO] [stdout] Ignoring known test failure: ctest_negative_numbers.ijs [INFO] [stdout] Ignoring known test failure: ctest_dyadic_largerorequal.ijs [INFO] [stdout] Ignoring known test failure: ctest_monadic_shapeof.ijs [INFO] [stdout] Ignoring known test failure: ctest_divisions.ijs [INFO] [stdout] Ignoring known test failure: j1.ijs [INFO] [stdout] Ignoring known test failure: ctest_global_refs_mixedverbs.ijs [INFO] [stdout] Ignoring known test failure: ctest_monadic_tally.ijs [INFO] [stdout] warning: fields `cells`, `cell_index_ptr` and `main_fn` are never read [INFO] [stdout] --> src/lib/backend/llvm/compiler.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 113 | struct CompileContext { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 114 | cells: LLVMValueRef, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 115 | cell_index_ptr: LLVMValueRef, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 116 | main_fn: LLVMValueRef, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: `CompileContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcQztvMF/symbols.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.llvm_ijconsole_tests.98e32245-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6.3zuq4klnpg3vpa6q.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/llvm-sys-b3c8a31736dd5971/out" "-L" "/usr/lib/llvm-10/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f8abcd39963be1a9.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fc81604f9f272244.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-ecd0ecec0bda740b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-715ffe8b3e8b2eb5.rlib" "/opt/rustwide/target/debug/deps/librusty_fork-af0e85b8088d9da9.rlib" "/opt/rustwide/target/debug/deps/libwait_timeout-0e91d732090c2c54.rlib" "/opt/rustwide/target/debug/deps/libfnv-71e351bcfdf9d7c4.rlib" "/opt/rustwide/target/debug/deps/libquick_error-cbb730962cb2859d.rlib" "/opt/rustwide/target/debug/deps/libjcompilerlib-d9fe1a23e54ffba1.rlib" "/opt/rustwide/target/debug/deps/libtempfile-1ca5aa3e2a9d5f1f.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-5761d8fca93bc6a3.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-9985321e3f348db8.rlib" "/opt/rustwide/target/debug/deps/librand-d9f71fe21a64d919.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-0b6fee5624361ed5.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-7f082e1aced92d0a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f472dc62f9d8fc42.rlib" "/opt/rustwide/target/debug/deps/librand_core-8f4480abcdc327ad.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ef4ffa4e0c209ed4.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-79897f69e715a011.rlib" "/opt/rustwide/target/debug/deps/libregex-1ca5d1f1e2b4af98.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-e33c1a622f83e306.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-da0295a0228ab964.rlib" "/opt/rustwide/target/debug/deps/libucd_util-1998cce26209e10a.rlib" "/opt/rustwide/target/debug/deps/libthread_local-6337fd3ec60eefba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-64a02145540b0996.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-9ea29decf13a5d71.rlib" "/opt/rustwide/target/debug/deps/libmemchr-771ce276f03d32ca.rlib" "/opt/rustwide/target/debug/deps/liblog-a17d557b161dd703.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-a46edbbe869168ce.rlib" "/opt/rustwide/target/debug/deps/libpest-f5b3d0ba901a2e93.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-f2e0e8f3081c77b6.rlib" "/opt/rustwide/target/debug/deps/libmatches-11fd7a1d5e992a24.rlib" "/opt/rustwide/target/debug/deps/libllvm_sys-ac8e7fa696b643f9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1f192f3a153dc5e5.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-10533a65c71628e4.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-4f51b535448925a3.rlib" "/opt/rustwide/target/debug/deps/libitertools-d0e223587baaae51.rlib" "/opt/rustwide/target/debug/deps/libeither-f1d9d1e9c87c48a1.rlib" "/opt/rustwide/target/debug/deps/libieee754-70cd27ff6e277ef9.rlib" "/opt/rustwide/target/debug/deps/libgetopts-de68bae746b00091.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-cf5d1e36839eaf78.rlib" "/opt/rustwide/target/debug/deps/libascii-0f736bfb0050c397.rlib" "/opt/rustwide/target/debug/deps/libansi_term-33ad436cf74ac2b4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5670385a2fe8b60b.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fd56ba6dbf7aaecc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b8acf8e5c2e85baa.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1706edefffdca0a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f483302e0b13708e.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-725b0718fc18e1ed.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-de685fcf2157e6fb.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-f613ac3eda05b9ff.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-3de98a7d049af6a1.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c12183655bdce152.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0fc7beea925de7e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8c34825485bf59dc.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ba5f7e926e729d81.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-643de0950163a839.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-539ea2f72ef89687.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-871432094bb4c885.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-ef1a8ee61f2e39bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-f1646747442c1c7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ff283b4bf550fa1c.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/1.64.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/llvm_ijconsole_tests-c900158fbcf800b6" "-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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "15d00e847bc72f0e6d51773570fdba2d7e67d8f55b12454edb7b21305b3c6318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15d00e847bc72f0e6d51773570fdba2d7e67d8f55b12454edb7b21305b3c6318", kill_on_drop: false }` [INFO] [stdout] 15d00e847bc72f0e6d51773570fdba2d7e67d8f55b12454edb7b21305b3c6318