[INFO] crate wasmer-runtime 0.3.0 is already in cache [INFO] extracting crate wasmer-runtime 0.3.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/wasmer-runtime/0.3.0 [INFO] extracting crate wasmer-runtime 0.3.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/wasmer-runtime/0.3.0 [INFO] validating manifest of wasmer-runtime-0.3.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wasmer-runtime-0.3.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing wasmer-runtime-0.3.0 [INFO] finished frobbing wasmer-runtime-0.3.0 [INFO] frobbed toml for wasmer-runtime-0.3.0 written to work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/wasmer-runtime/0.3.0/Cargo.toml [INFO] started frobbing wasmer-runtime-0.3.0 [INFO] finished frobbing wasmer-runtime-0.3.0 [INFO] frobbed toml for wasmer-runtime-0.3.0 written to work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/wasmer-runtime/0.3.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking wasmer-runtime-0.3.0 against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-2/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/wasmer-runtime/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4fd30fb4bbe684c2e0158ee9e0899193a91695b8f52513ea008023e0b98c6634 [INFO] running `"docker" "start" "-a" "4fd30fb4bbe684c2e0158ee9e0899193a91695b8f52513ea008023e0b98c6634"` [INFO] [stderr] Compiling cranelift-entity v0.30.0 [INFO] [stderr] Checking wasmparser v0.23.0 [INFO] [stderr] Compiling wabt-sys v0.5.4 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling target-lexicon v0.3.0 [INFO] [stderr] Compiling wasmer-runtime-core v0.3.0 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling cranelift-codegen-meta v0.30.0 [INFO] [stderr] Checking cranelift-bforest v0.30.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Compiling cranelift-codegen v0.30.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking wabt v0.7.4 [INFO] [stderr] Checking cranelift-frontend v0.30.0 [INFO] [stderr] Checking cranelift-native v0.30.0 [INFO] [stderr] Checking cranelift-wasm v0.30.0 [INFO] [stderr] Checking wasmer-clif-backend v0.3.0 [INFO] [stderr] Checking wasmer-runtime v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Value` [INFO] [stderr] --> examples/call.rs:1:58 [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_runtime::{compile, error, imports, Ctx, Func, Value}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `foobar` [INFO] [stderr] --> examples/call.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | fn foobar(_ctx: &mut Ctx) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] error: couldn't read benches/../../../examples/nginx/nginx.wasm: No such file or directory (os error 2) [INFO] [stderr] --> benches/nginx.rs:10:36 [INFO] [stderr] | [INFO] [stderr] 10 | static NGINX_WASM: &'static [u8] = include_bytes!("../../../examples/nginx/nginx.wasm"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `wasmer-runtime`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4fd30fb4bbe684c2e0158ee9e0899193a91695b8f52513ea008023e0b98c6634"` [INFO] running `"docker" "rm" "-f" "4fd30fb4bbe684c2e0158ee9e0899193a91695b8f52513ea008023e0b98c6634"` [INFO] [stdout] 4fd30fb4bbe684c2e0158ee9e0899193a91695b8f52513ea008023e0b98c6634