[INFO] cloning repository https://github.com/rohankumardubey/wizer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rohankumardubey/wizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fwizer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fwizer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 90a4f9edb3a145ec950f348730e6fd4ec2e31ed3 [INFO] testing rohankumardubey/wizer against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fwizer" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rohankumardubey/wizer on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rohankumardubey/wizer [INFO] finished tweaking git repo https://github.com/rohankumardubey/wizer [INFO] tweaked toml for git repo https://github.com/rohankumardubey/wizer written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/rohankumardubey/wizer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57b2583e5a41edf30f396d5a0bab10bfec058b162fe9d6bda024017f4fbabcaa [INFO] running `Command { std: "docker" "start" "-a" "57b2583e5a41edf30f396d5a0bab10bfec058b162fe9d6bda024017f4fbabcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57b2583e5a41edf30f396d5a0bab10bfec058b162fe9d6bda024017f4fbabcaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57b2583e5a41edf30f396d5a0bab10bfec058b162fe9d6bda024017f4fbabcaa", kill_on_drop: false }` [INFO] [stdout] 57b2583e5a41edf30f396d5a0bab10bfec058b162fe9d6bda024017f4fbabcaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88856ed9b791ec11618680445ecc3a6a3779428f9ff653090eccff368e9fd906 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "88856ed9b791ec11618680445ecc3a6a3779428f9ff653090eccff368e9fd906", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling cranelift-codegen-shared v0.77.0 [INFO] [stderr] Compiling wasmparser v0.80.1 [INFO] [stderr] Compiling maybe-owned v0.3.4 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling linux-raw-sys v0.0.24 [INFO] [stderr] Compiling ambient-authority v0.0.1 [INFO] [stderr] Compiling wasmtime-cache v0.30.0 [INFO] [stderr] Compiling cpp_demangle v0.3.3 [INFO] [stderr] Compiling wasmtime v0.30.0 [INFO] [stderr] Compiling wasi-common v0.30.0 [INFO] [stderr] Compiling linux-raw-sys v0.0.23 [INFO] [stderr] Compiling wasmtime-wasi v0.30.0 [INFO] [stderr] Compiling wasmparser v0.78.2 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Compiling wast v38.0.0 [INFO] [stderr] Compiling tracing-core v0.1.20 [INFO] [stderr] Compiling wasm-encoder v0.6.0 [INFO] [stderr] Compiling regalloc v0.0.31 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling unsafe-io v0.6.12 [INFO] [stderr] Compiling cap-primitives v0.13.10 [INFO] [stderr] Compiling cap-std v0.13.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling io-lifetimes v0.3.1 [INFO] [stderr] Compiling unsafe-io v0.9.1 [INFO] [stderr] Compiling cap-primitives v0.19.1 [INFO] [stderr] Compiling io-lifetimes v0.1.1 [INFO] [stderr] Compiling cap-std v0.19.1 [INFO] [stderr] Compiling cap-fs-ext v0.19.1 [INFO] [stderr] Compiling system-interface v0.14.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling errno v0.2.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling region v2.2.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling shellexpand v2.1.0 [INFO] [stderr] Compiling posish v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling file-per-thread-logger v0.1.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling wat v1.0.40 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling fs-set-times v0.3.1 [INFO] [stderr] Compiling zstd-sys v1.6.1+zstd.1.5.0 [INFO] [stderr] Compiling rsix v0.23.3 [INFO] [stderr] Compiling wasmtime-fiber v0.30.0 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling wasmtime-runtime v0.30.0 [INFO] [stderr] Compiling psm v0.1.16 [INFO] [stderr] Compiling rsix v0.22.4 [INFO] [stderr] Compiling cap-rand v0.19.1 [INFO] [stderr] Compiling fs-set-times v0.12.0 [INFO] [stderr] Compiling fs-set-times v0.11.0 [INFO] [stderr] Compiling cap-time-ext v0.19.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling tracing-attributes v0.1.16 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling tracing v0.1.28 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling witx v0.9.1 [INFO] [stderr] Compiling wiggle-generate v0.30.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling wiggle-macro v0.30.0 [INFO] [stderr] Compiling cranelift-entity v0.77.0 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling cranelift-codegen-meta v0.77.0 [INFO] [stderr] Compiling cranelift-bforest v0.77.0 [INFO] [stderr] Compiling wasmtime-types v0.30.0 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling wasmtime-environ v0.30.0 [INFO] [stderr] Compiling wasmtime-jit v0.30.0 [INFO] [stderr] Compiling cranelift-codegen v0.77.0 [INFO] [stderr] Compiling zstd-safe v4.1.1+zstd.1.5.0 [INFO] [stderr] Compiling zstd v0.9.0+zstd.1.5.0 [INFO] [stderr] Compiling cranelift-frontend v0.77.0 [INFO] [stderr] Compiling cranelift-native v0.77.0 [INFO] [stderr] Compiling cranelift-wasm v0.77.0 [INFO] [stderr] Compiling wasmtime-cranelift v0.30.0 [INFO] [stderr] Compiling wiggle v0.30.0 [INFO] [stderr] Compiling wasi-cap-std-sync v0.30.0 [INFO] [stderr] Compiling wizer v1.3.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6m 56s [INFO] running `Command { std: "docker" "inspect" "88856ed9b791ec11618680445ecc3a6a3779428f9ff653090eccff368e9fd906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88856ed9b791ec11618680445ecc3a6a3779428f9ff653090eccff368e9fd906", kill_on_drop: false }` [INFO] [stdout] 88856ed9b791ec11618680445ecc3a6a3779428f9ff653090eccff368e9fd906 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 317fb7e0e3b01080407a5a9ad2ada7f32aab7af1de5f56df271b6a8fb36c71f8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "317fb7e0e3b01080407a5a9ad2ada7f32aab7af1de5f56df271b6a8fb36c71f8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling wasmprinter v0.2.29 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling wizer v1.3.4 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.tests.20de9b9e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6.3qt1s8dnfnw3b3pt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/rsix-26a0b1f67a5895e7/out" "-L" "/opt/rustwide/target/debug/build/rsix-ba0e49a187513a86/out" "-L" "/opt/rustwide/target/debug/build/psm-efd566e3f5c39163/out" "-L" "/opt/rustwide/target/debug/build/zstd-sys-a430d44d987bfab4/out" "-L" "/opt/rustwide/target/debug/build/wasmtime-fiber-5300ca4fe52ca3dd/out" "-L" "/opt/rustwide/target/debug/build/wasmtime-runtime-64ed34e3a2dfc5ef/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwasmprinter-b784cab3adb2f903.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-ad1d63a262ae250b.rlib" "/opt/rustwide/target/debug/deps/libhumantime-04fb9a4c47e8e51e.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libwizer-f78b6494e11da72a.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_wasi-3d73837984ad4aed.rlib" "/opt/rustwide/target/debug/deps/libwasi_cap_std_sync-c987354b666f84f7.rlib" "/opt/rustwide/target/debug/deps/libfs_set_times-bd76ebdaa4eea7d7.rlib" "/opt/rustwide/target/debug/deps/libsystem_interface-cc4f687bbc060467.rlib" "/opt/rustwide/target/debug/deps/libcap_fs_ext-9f6c7f1935dee4d7.rlib" "/opt/rustwide/target/debug/deps/libcap_time_ext-0d01f4311053492c.rlib" "/opt/rustwide/target/debug/deps/libwasi_common-c7501e437f8cef58.rlib" "/opt/rustwide/target/debug/deps/librsix-6fb6c33040d09ba7.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-0ad03247627ba0b8.rlib" "/opt/rustwide/target/debug/deps/libwiggle-0edad8a643523d78.rlib" "/opt/rustwide/target/debug/deps/libtracing-be2727ebf0325cdc.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-45bbaba7a8165c11.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-57d93239423e860c.rlib" "/opt/rustwide/target/debug/deps/libcap_rand-274a32b62e068884.rlib" "/opt/rustwide/target/debug/deps/libcap_std-1d4e45783431f145.rlib" "/opt/rustwide/target/debug/deps/libcap_primitives-bc968bf92619352d.rlib" "/opt/rustwide/target/debug/deps/libipnet-9605afdd2ba10a45.rlib" "/opt/rustwide/target/debug/deps/libmaybe_owned-eb17842402e42b83.rlib" "/opt/rustwide/target/debug/deps/libfs_set_times-eb8d3302adb6b6ef.rlib" "/opt/rustwide/target/debug/deps/libunsafe_io-d9d4413c7839f95e.rlib" "/opt/rustwide/target/debug/deps/libambient_authority-9271b955a16ea67d.rlib" "/opt/rustwide/target/debug/deps/librsix-9db0a4c780551c50.rlib" "/opt/rustwide/target/debug/deps/libitoa-abbd1cf5aec415ff.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-6a8570468b82bacc.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-a64b2f92c65dda3a.rlib" "/opt/rustwide/target/debug/deps/libio_lifetimes-5e968ab98db60783.rlib" "/opt/rustwide/target/debug/deps/libwasmparser-5e8e8ab8024f3465.rlib" "/opt/rustwide/target/debug/deps/libwasm_encoder-4cce88267237e804.rlib" "/opt/rustwide/target/debug/deps/libwasmtime-3eaada01eee7f4ea.rlib" "/opt/rustwide/target/debug/deps/libcpp_demangle-1361ed47f88c2f2b.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_cranelift-d0af2244f4b0bf1c.rlib" "/opt/rustwide/target/debug/deps/libcranelift_native-1480116d790613ec.rlib" "/opt/rustwide/target/debug/deps/libcranelift_wasm-135255612375f510.rlib" "/opt/rustwide/target/debug/deps/libitertools-d013b5c31c8aac7a.rlib" "/opt/rustwide/target/debug/deps/libcranelift_frontend-561999a91d9697a6.rlib" "/opt/rustwide/target/debug/deps/libcranelift_codegen-be6b2090b8a81ccb.rlib" "/opt/rustwide/target/debug/deps/libregalloc-25cc370124540185.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-0e1a0245b1123f55.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7027925c1b193748.rlib" "/opt/rustwide/target/debug/deps/libcranelift_codegen_shared-5d066a5350420665.rlib" "/opt/rustwide/target/debug/deps/libcranelift_bforest-63c515364f726f76.rlib" "/opt/rustwide/target/debug/deps/libpsm-d52f0e0ee2c05ef8.rlib" "/opt/rustwide/target/debug/deps/librayon-c41297df06e55ee0.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e3b7fccfe0d8d10e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e9b31157ed6a811f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3df1a4d3cdd5ae07.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7348ed0ff71a5014.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-004b151aa64281c6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5aec9e94286cd6c0.rlib" "/opt/rustwide/target/debug/deps/libeither-f3eb75e6114deaca.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_jit-4263acf2af92e2a3.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_cache-47759a2b7674a9e7.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libbincode-ec25433d4003daa4.rlib" "/opt/rustwide/target/debug/deps/liberrno-988cb872b5db6c1a.rlib" "/opt/rustwide/target/debug/deps/libfile_per_thread_logger-37f0b7c8e60cc66d.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-a8abad904865f945.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9f5422cbb754d7e1.rlib" "/opt/rustwide/target/debug/deps/libatty-7ce17c712417ad33.rlib" "/opt/rustwide/target/debug/deps/libhumantime-0ad7ae6487dc00f7.rlib" "/opt/rustwide/target/debug/deps/libquick_error-91cbbb7f52cfd7fe.rlib" "/opt/rustwide/target/debug/deps/libregex-1e6307043010ea4b.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-970a5f30fe00cf11.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-930967c34ea90294.rlib" "/opt/rustwide/target/debug/deps/libtoml-79d535f5991abbb6.rlib" "/opt/rustwide/target/debug/deps/libzstd-73f1bf43ffdffb3e.rlib" "/opt/rustwide/target/debug/deps/libzstd_safe-86e07f5d19d54aa4.rlib" "/opt/rustwide/target/debug/deps/libzstd_sys-8bfa543e217e3970.rlib" "/opt/rustwide/target/debug/deps/libdirectories_next-cbd80f44af0824b0.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-61646ad2f12063b4.rlib" "/opt/rustwide/target/debug/deps/libsha2-f9b2e843a8510786.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-8a0342d2228e88a9.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libdigest-f9e60828d3967616.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-6bedefb83b046c3d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-83f8ed0599514ef3.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e2713758962afdb3.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_runtime-0a6bc397cd804838.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_fiber-ad281c0af48c19d4.rlib" "/opt/rustwide/target/debug/deps/libregion-2326654d117e5c94.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1693f043aa7c36ab.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-8c6cbd37ce166287.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-aafae11b6e052af5.rlib" "/opt/rustwide/target/debug/deps/libadler-15db843e4b39fe4c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-8028432c6e291b96.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-4b82f55c70ab5c9b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/librand-c260364360bef329.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-92e32231dd2cb61a.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-81457fe4706505af.rlib" "/opt/rustwide/target/debug/deps/librand_core-057dbcfb9e0688d7.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-c7f495c3d755aadb.rlib" "/opt/rustwide/target/debug/deps/liblibc-bf68b12c3f4e0bc3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-e898db4656f6c2e9.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_environ-924fd984e6f67f03.rlib" "/opt/rustwide/target/debug/deps/libgimli-71317d5dd94ecae3.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-1f10358bc1cc4476.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-7438a57e1b1d5310.rlib" "/opt/rustwide/target/debug/deps/liblog-29a347dd5dbcecec.rlib" "/opt/rustwide/target/debug/deps/libmore_asserts-0520363852995bbe.rlib" "/opt/rustwide/target/debug/deps/libwasmtime_types-a4ecf1294855a27e.rlib" "/opt/rustwide/target/debug/deps/libcranelift_entity-3843caa749fa2176.rlib" "/opt/rustwide/target/debug/deps/libwasmparser-8fc1e8b7ef8d820a.rlib" "/opt/rustwide/target/debug/deps/libtarget_lexicon-0b40dba15e307d94.rlib" "/opt/rustwide/target/debug/deps/libthiserror-4c808d4568eff369.rlib" "/opt/rustwide/target/debug/deps/libobject-670cff9aef1d5fad.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-4bd913ad9d1af7cf.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bc7103d2fd7c9396.rlib" "/opt/rustwide/target/debug/deps/libindexmap-fc1ae7fb5906bccd.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b02c9558425dd3eb.rlib" "/opt/rustwide/target/debug/deps/libserde-62a7b6d3c6d9e49c.rlib" "/opt/rustwide/target/debug/deps/libwat-88c553639f2d7245.rlib" "/opt/rustwide/target/debug/deps/libwast-ec53f9faf674c6f8.rlib" "/opt/rustwide/target/debug/deps/libleb128-c4d882f3bebe5835.rlib" "/opt/rustwide/target/debug/deps/libanyhow-9d7170cc37d582fe.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tests-aca3e5c9d9a384f6" "-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 `wizer` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "317fb7e0e3b01080407a5a9ad2ada7f32aab7af1de5f56df271b6a8fb36c71f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "317fb7e0e3b01080407a5a9ad2ada7f32aab7af1de5f56df271b6a8fb36c71f8", kill_on_drop: false }` [INFO] [stdout] 317fb7e0e3b01080407a5a9ad2ada7f32aab7af1de5f56df271b6a8fb36c71f8