[INFO] cloning repository https://github.com/Tonyce/wasmer-project [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tonyce/wasmer-project" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Fwasmer-project", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Fwasmer-project'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c397adcca85eefa0d0d807d7d23f350262c00863 [INFO] testing Tonyce/wasmer-project against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTonyce%2Fwasmer-project" "/workspace/builds/worker-78/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-78/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Tonyce/wasmer-project 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/Tonyce/wasmer-project [INFO] finished tweaking git repo https://github.com/Tonyce/wasmer-project [INFO] tweaked toml for git repo https://github.com/Tonyce/wasmer-project written to /workspace/builds/worker-78/source/Cargo.toml [INFO] crate git repo https://github.com/Tonyce/wasmer-project 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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] [stdout] 3b8ff6d734545e5d42c4cd25d49aa174cb3433177f83709700debbfe3dfcc409 [INFO] running `Command { std: "docker" "start" "-a" "3b8ff6d734545e5d42c4cd25d49aa174cb3433177f83709700debbfe3dfcc409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b8ff6d734545e5d42c4cd25d49aa174cb3433177f83709700debbfe3dfcc409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b8ff6d734545e5d42c4cd25d49aa174cb3433177f83709700debbfe3dfcc409", kill_on_drop: false }` [INFO] [stdout] 3b8ff6d734545e5d42c4cd25d49aa174cb3433177f83709700debbfe3dfcc409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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] 2f75da6c5f76c60b9f8a7fdf7fce6ca20b56c5c01aa2ea627c81a690b72a0894 [INFO] running `Command { std: "docker" "start" "-a" "2f75da6c5f76c60b9f8a7fdf7fce6ca20b56c5c01aa2ea627c81a690b72a0894", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling target-lexicon v0.12.0 [INFO] [stderr] Compiling rkyv v0.6.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling seahash v4.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling rustc-demangle v0.1.19 [INFO] [stderr] Compiling more-asserts v0.2.1 [INFO] [stderr] Compiling cranelift-entity v0.74.0 [INFO] [stderr] Compiling wasmparser v0.78.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling cranelift-codegen-shared v0.74.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling leb128 v0.2.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling wasmer-compiler-cranelift v2.0.0-rc1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling wast v35.0.2 [INFO] [stderr] Compiling cranelift-bforest v0.74.0 [INFO] [stderr] Compiling cranelift-codegen-meta v0.74.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling regalloc v0.0.31 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling wasmer-vm v2.0.0-rc2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling region v2.2.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling memmap2 v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling which v4.1.0 [INFO] [stderr] Compiling object v0.25.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling wat v1.0.37 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling cranelift-codegen v0.74.0 [INFO] [stderr] Compiling ptr_meta_derive v0.1.2 [INFO] [stderr] Compiling loupe-derive v0.1.2 [INFO] [stderr] Compiling rkyv_derive v0.6.3 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling wasmer-derive v2.0.0-rc2 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] Compiling ptr_meta v0.1.3 [INFO] [stderr] Compiling darling v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling enumset_derive v0.5.4 [INFO] [stderr] Compiling enumset v1.0.6 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling loupe v0.1.2 [INFO] [stderr] Compiling object v0.24.0 [INFO] [stderr] Compiling wasmer-types v2.0.0-rc2 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling wasmer-compiler v2.0.0-rc1 [INFO] [stderr] Compiling cranelift-frontend v0.74.0 [INFO] [stderr] Compiling wasmer-engine v2.0.0-rc1 [INFO] [stderr] Compiling wasmer-object v2.0.0-rc1 [INFO] [stderr] Compiling wasmer-engine-dylib v2.0.0-rc1 [INFO] [stderr] Compiling wasmer-engine-universal v2.0.0-rc1 [INFO] [stderr] Compiling wasmer v2.0.0-rc1 [INFO] [stderr] Compiling wasmer-project v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `Command { std: "docker" "inspect" "2f75da6c5f76c60b9f8a7fdf7fce6ca20b56c5c01aa2ea627c81a690b72a0894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f75da6c5f76c60b9f8a7fdf7fce6ca20b56c5c01aa2ea627c81a690b72a0894", kill_on_drop: false }` [INFO] [stdout] 2f75da6c5f76c60b9f8a7fdf7fce6ca20b56c5c01aa2ea627c81a690b72a0894 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-78/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] d3cb4015a0d75a39b0fed378fa299c69ee33a110a3268db6577b4eeb2b5ae129 [INFO] running `Command { std: "docker" "start" "-a" "d3cb4015a0d75a39b0fed378fa299c69ee33a110a3268db6577b4eeb2b5ae129", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wasmer-project v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `NativeFunc` [INFO] [stdout] --> examples/instance.rs:17:51 [INFO] [stdout] | [INFO] [stdout] 17 | use wasmer::{imports, wat2wasm, Instance, Module, NativeFunc, Store}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.memory.9992f0e3-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/memory-5ade6f34d8c52686.3ne9sl8ow52xobmy.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/wasmer-vm-92b055bfab71f8a3/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/libanyhow-a1d8e8940df5b8bd.rlib" "/opt/rustwide/target/debug/deps/libwasmer-8eb2f6852eb199a6.rlib" "/opt/rustwide/target/debug/deps/libwasmer_engine_universal-318c13ba0a73d5f4.rlib" "/opt/rustwide/target/debug/deps/libwasmer_compiler_cranelift-e3934abd716a56f3.rlib" "/opt/rustwide/target/debug/deps/libtracing-82e619ec61eac4d9.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-9f8ca1580fdb7b23.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dc4b57e60a83957f.rlib" "/opt/rustwide/target/debug/deps/libcranelift_frontend-0b848d2acb79fdfa.rlib" "/opt/rustwide/target/debug/deps/librayon-82ce8b92027408ff.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2b4b0d65a7ce574a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-084275ed6a2e1f5e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3dc7e56370f0cac3.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-c5489414264d9d01.rlib" "/opt/rustwide/target/debug/deps/libcranelift_codegen-753e2c0e6dc92883.rlib" "/opt/rustwide/target/debug/deps/libregalloc-5fe2c00f2e9f1e7f.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-0e1a0245b1123f55.rlib" "/opt/rustwide/target/debug/deps/libcranelift_codegen_shared-d5588268c29791c4.rlib" "/opt/rustwide/target/debug/deps/liblog-b6c99e3b18835146.rlib" "/opt/rustwide/target/debug/deps/libcranelift_bforest-6177e14d5dad7078.rlib" "/opt/rustwide/target/debug/deps/libcranelift_entity-cce4a1d2dcfe60f5.rlib" "/opt/rustwide/target/debug/deps/libwat-b9d7b0a331b5aa5b.rlib" "/opt/rustwide/target/debug/deps/libwast-044ce7207377ca2c.rlib" "/opt/rustwide/target/debug/deps/libleb128-c4d882f3bebe5835.rlib" "/opt/rustwide/target/debug/deps/libwasmer_engine-6dc58c299abd39f3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-df995c1abfd87d1a.rlib" "/opt/rustwide/target/debug/deps/libwasmer_compiler-74c6c4893ace41ba.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-1e0717d5ac08e76d.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7027925c1b193748.rlib" "/opt/rustwide/target/debug/deps/libtarget_lexicon-feb78dd25c2684c8.rlib" "/opt/rustwide/target/debug/deps/libenumset-5c2de02aafe17009.rlib" "/opt/rustwide/target/debug/deps/libwasmer_vm-6580a81a33e634f9.rlib" "/opt/rustwide/target/debug/deps/libregion-1b12541d2ac4a044.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4dc5b0a35a9b2b17.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-aafae11b6e052af5.rlib" "/opt/rustwide/target/debug/deps/libadler-15db843e4b39fe4c.rlib" "/opt/rustwide/target/debug/deps/libobject-f90c3421b1dec69e.rlib" "/opt/rustwide/target/debug/deps/libmemchr-94d2830808e9c209.rlib" "/opt/rustwide/target/debug/deps/liblibc-486267e50c419345.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-67a4ff589944e9c6.rlib" "/opt/rustwide/target/debug/deps/libgimli-255407a8f3996ed0.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/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-b12df720b04fa7db.rlib" "/opt/rustwide/target/debug/deps/libmore_asserts-0520363852995bbe.rlib" "/opt/rustwide/target/debug/deps/libwasmparser-5e8e8ab8024f3465.rlib" "/opt/rustwide/target/debug/deps/libwasmer_types-fd5fc857878826b2.rlib" "/opt/rustwide/target/debug/deps/librkyv-35aaa7f092452ef0.rlib" "/opt/rustwide/target/debug/deps/libseahash-e04c91cf6346cf9a.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-e898db4656f6c2e9.rlib" "/opt/rustwide/target/debug/deps/libptr_meta-2b46b105ec5ebf3e.rlib" "/opt/rustwide/target/debug/deps/libloupe-bd79dfbae058568f.rlib" "/opt/rustwide/target/debug/deps/libindexmap-a63aa0fffaa0a3fb.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-97cd8e9499e3d278.rlib" "/opt/rustwide/target/debug/deps/libserde-3acef0b3b98e80c5.rlib" "/opt/rustwide/target/debug/deps/libthiserror-8f1d004b7c9a1b0c.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/examples/memory-5ade6f34d8c52686" "-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 `wasmer-project` 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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d3cb4015a0d75a39b0fed378fa299c69ee33a110a3268db6577b4eeb2b5ae129", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3cb4015a0d75a39b0fed378fa299c69ee33a110a3268db6577b4eeb2b5ae129", kill_on_drop: false }` [INFO] [stdout] d3cb4015a0d75a39b0fed378fa299c69ee33a110a3268db6577b4eeb2b5ae129