[INFO] fetching crate wasmer-engine-dummy 1.0.0-alpha01.0... [INFO] checking wasmer-engine-dummy-1.0.0-alpha01.0 against beta for pr-78714 [INFO] extracting crate wasmer-engine-dummy 1.0.0-alpha01.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate wasmer-engine-dummy 1.0.0-alpha01.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate wasmer-engine-dummy 1.0.0-alpha01.0 [INFO] finished tweaking crates.io crate wasmer-engine-dummy 1.0.0-alpha01.0 [INFO] tweaked toml for crates.io crate wasmer-engine-dummy 1.0.0-alpha01.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0120056ed9986c39dcaf3f2c337a3ffe28d0ca57555662f5d3cfa22a993f7d8 [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" "f0120056ed9986c39dcaf3f2c337a3ffe28d0ca57555662f5d3cfa22a993f7d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0120056ed9986c39dcaf3f2c337a3ffe28d0ca57555662f5d3cfa22a993f7d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0120056ed9986c39dcaf3f2c337a3ffe28d0ca57555662f5d3cfa22a993f7d8", kill_on_drop: false }` [INFO] [stdout] f0120056ed9986c39dcaf3f2c337a3ffe28d0ca57555662f5d3cfa22a993f7d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 089d2f6dc00267905565541c69e452d70f8208b9be25e9eeae0049c34822b8c0 [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" "089d2f6dc00267905565541c69e452d70f8208b9be25e9eeae0049c34822b8c0", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.11.1 [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stderr] Checking wasmparser v0.65.0 [INFO] [stderr] Compiling wasmer-vm v1.0.0-alpha5 [INFO] [stderr] Checking region v2.2.0 [INFO] [stderr] Checking cranelift-entity v0.67.0 [INFO] [stderr] Compiling enumset_derive v0.5.0 [INFO] [stderr] Checking wasmer-types v1.0.0-alpha5 [INFO] [stderr] Checking enumset v1.0.1 [INFO] [stderr] Checking wasmer-compiler v1.0.0-alpha5 [INFO] [stderr] Checking wasmer-engine v1.0.0-alpha5 [INFO] [stderr] Checking wasmer-engine-dummy v1.0.0-alpha01.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `wasmer_compiler::wasmparser::OperatorValidatorConfig`, `wasmer_compiler::wasmparser::ValidatingParserConfig` [INFO] [stdout] --> src/engine.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | validate, OperatorValidatorConfig, ValidatingParserConfig, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ no `ValidatingParserConfig` in `wasmparser` [INFO] [stdout] | | [INFO] [stdout] | no `OperatorValidatorConfig` in `wasmparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `function_call_trampoline` is not a member of trait `Engine` [INFO] [stdout] --> src/engine.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / fn function_call_trampoline(&self, _sig: VMSharedSignatureIndex) -> Option { [INFO] [stdout] 63 | | Some(dummy_trampoline) [INFO] [stdout] 64 | | } [INFO] [stdout] | |_____^ not a member of trait `Engine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `wasmer_compiler::wasmparser::OperatorValidatorConfig`, `wasmer_compiler::wasmparser::ValidatingParserConfig` [INFO] [stdout] --> src/engine.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | validate, OperatorValidatorConfig, ValidatingParserConfig, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ no `ValidatingParserConfig` in `wasmparser` [INFO] [stdout] | | [INFO] [stdout] | no `OperatorValidatorConfig` in `wasmparser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `function_call_trampoline` is not a member of trait `Engine` [INFO] [stdout] --> src/engine.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / fn function_call_trampoline(&self, _sig: VMSharedSignatureIndex) -> Option { [INFO] [stdout] 63 | | Some(dummy_trampoline) [INFO] [stdout] 64 | | } [INFO] [stdout] | |_____^ not a member of trait `Engine` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `finished_function_call_trampolines` [INFO] [stdout] --> src/artifact.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | impl Artifact for DummyArtifact { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `finished_function_call_trampolines` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn finished_function_call_trampolines(&self) -> &BoxedSlice { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `finished_function_call_trampolines` [INFO] [stdout] --> src/artifact.rs:181:1 [INFO] [stdout] | [INFO] [stdout] 181 | impl Artifact for DummyArtifact { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `finished_function_call_trampolines` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn finished_function_call_trampolines(&self) -> &BoxedSlice { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/engine.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | validate(binary, Some(config)).map_err(|e| CompileError::Validate(format!("{}", e))) [INFO] [stdout] | ^^^^^^^^ ------ ------------ supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0061, E0407, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/engine.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | validate(binary, Some(config)).map_err(|e| CompileError::Validate(format!("{}", e))) [INFO] [stdout] | ^^^^^^^^ ------ ------------ supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmer-engine-dummy` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0061, E0407, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "089d2f6dc00267905565541c69e452d70f8208b9be25e9eeae0049c34822b8c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "089d2f6dc00267905565541c69e452d70f8208b9be25e9eeae0049c34822b8c0", kill_on_drop: false }` [INFO] [stdout] 089d2f6dc00267905565541c69e452d70f8208b9be25e9eeae0049c34822b8c0