[INFO] crate wasmer-clif-fork-simplejit 0.59.0 is already in cache [INFO] checking wasmer-clif-fork-simplejit-0.59.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate wasmer-clif-fork-simplejit 0.59.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate wasmer-clif-fork-simplejit 0.59.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wasmer-clif-fork-simplejit 0.59.0 [INFO] finished tweaking crates.io crate wasmer-clif-fork-simplejit 0.59.0 [INFO] tweaked toml for crates.io crate wasmer-clif-fork-simplejit 0.59.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate wasmer-clif-fork-simplejit 0.59.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e0a1e52a7e0f2a66b05be1d89d1c183bbc0333c944dc98a315fbe46864786fe1 [INFO] running `"docker" "start" "-a" "e0a1e52a7e0f2a66b05be1d89d1c183bbc0333c944dc98a315fbe46864786fe1"` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling cranelift-codegen-shared v0.59.0 [INFO] [stderr] Compiling cranelift-entity v0.59.0 [INFO] [stderr] Compiling target-lexicon v0.10.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling cranelift-codegen-meta v0.59.0 [INFO] [stderr] Checking cranelift-bforest v0.59.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Checking thiserror v1.0.11 [INFO] [stderr] Compiling cranelift-codegen v0.59.0 [INFO] [stderr] Checking cranelift-module v0.59.0 [INFO] [stderr] Checking cranelift-native v0.59.0 [INFO] [stderr] Checking cranelift-frontend v0.59.0 [INFO] [stderr] Checking wasmer-clif-fork-frontend v0.59.0 [INFO] [stderr] Checking wasmer-clif-fork-simplejit v0.59.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking cranelift v0.59.0 [INFO] [stderr] error[E0432]: unresolved import `cranelift_frontend` [INFO] [stderr] --> examples/simplejit-minimal.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use cranelift_frontend::Position; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cranelift_frontend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cranelift_simplejit` [INFO] [stderr] --> examples/simplejit-minimal.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use cranelift_simplejit::{SimpleJITBackend, SimpleJITBuilder}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cranelift_simplejit` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cranelift_frontend` [INFO] [stderr] --> tests/basic.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use cranelift_frontend::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cranelift_frontend` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `cranelift_simplejit` [INFO] [stderr] --> tests/basic.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use cranelift_simplejit::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cranelift_simplejit` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] --> tests/basic.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | Module::new(SimpleJITBuilder::new(default_libcall_names())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] --> tests/basic.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | let mut func_ctx = FunctionBuilderContext::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Position` [INFO] [stderr] --> tests/basic.rs:42:24 [INFO] [stderr] | [INFO] [stderr] 42 | let mut position = Position::default(); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Position` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilder` [INFO] [stderr] --> tests/basic.rs:45:13 [INFO] [stderr] | [INFO] [stderr] 45 | FunctionBuilder::new(&mut ctx.func, &mut func_ctx, &mut position); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] --> tests/basic.rs:59:21 [INFO] [stderr] | [INFO] [stderr] 59 | Module::new(SimpleJITBuilder::new(default_libcall_names())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] --> tests/basic.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | Module::new(SimpleJITBuilder::new(default_libcall_names())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] --> tests/basic.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | let mut func_ctx = FunctionBuilderContext::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Position` [INFO] [stderr] --> tests/basic.rs:93:24 [INFO] [stderr] | [INFO] [stderr] 93 | let mut position = Position::default(); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Position` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilder` [INFO] [stderr] --> tests/basic.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | FunctionBuilder::new(&mut func, &mut func_ctx, &mut position); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | bcx.declare_var(Variable::new(0), types::I32); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:105:25 [INFO] [stderr] | [INFO] [stderr] 105 | bcx.declare_var(Variable::new(1), types::I32); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:108:21 [INFO] [stderr] | [INFO] [stderr] 108 | bcx.def_var(Variable::new(0), in_val); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:112:33 [INFO] [stderr] | [INFO] [stderr] 112 | let discr = bcx.use_var(Variable::new(0)); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `cranelift_frontend` [INFO] [stderr] --> tests/basic.rs:113:26 [INFO] [stderr] | [INFO] [stderr] 113 | let mut switch = cranelift_frontend::Switch::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `cranelift_frontend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:127:29 [INFO] [stderr] | [INFO] [stderr] 127 | let v = bcx.use_var(Variable::new(0)); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:128:21 [INFO] [stderr] | [INFO] [stderr] 128 | bcx.def_var(Variable::new(1), v); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:132:29 [INFO] [stderr] | [INFO] [stderr] 132 | let v = bcx.use_var(Variable::new(0)); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | bcx.def_var(Variable::new(1), v); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Variable` [INFO] [stderr] --> tests/basic.rs:137:29 [INFO] [stderr] | [INFO] [stderr] 137 | let r = bcx.use_var(Variable::new(1)); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Variable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] --> tests/basic.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | Module::new(SimpleJITBuilder::new(default_libcall_names())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SimpleJITBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] --> tests/basic.rs:172:24 [INFO] [stderr] | [INFO] [stderr] 172 | let mut func_ctx = FunctionBuilderContext::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilderContext` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Position` [INFO] [stderr] --> tests/basic.rs:173:24 [INFO] [stderr] | [INFO] [stderr] 173 | let mut position = Position::default(); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Position` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FunctionBuilder` [INFO] [stderr] --> tests/basic.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | FunctionBuilder::new(&mut ctx.func, &mut func_ctx, &mut position); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `FunctionBuilder` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimpleJITBackend` in this scope [INFO] [stderr] --> tests/basic.rs:11:28 [INFO] [stderr] | [INFO] [stderr] 11 | let mut module: Module = [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_simplejit::SimpleJITBackend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimpleJITBackend` in this scope [INFO] [stderr] --> tests/basic.rs:28:47 [INFO] [stderr] | [INFO] [stderr] 28 | fn define_simple_function(module: &mut Module) -> FuncId { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_simplejit::SimpleJITBackend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FunctionBuilder` in this scope [INFO] [stderr] --> tests/basic.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | let mut bcx: FunctionBuilder = [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cranelift::prelude::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_frontend::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimpleJITBackend` in this scope [INFO] [stderr] --> tests/basic.rs:58:28 [INFO] [stderr] | [INFO] [stderr] 58 | let mut module: Module = [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_simplejit::SimpleJITBackend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimpleJITBackend` in this scope [INFO] [stderr] --> tests/basic.rs:72:28 [INFO] [stderr] | [INFO] [stderr] 72 | let mut module: Module = [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_simplejit::SimpleJITBackend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FunctionBuilder` in this scope [INFO] [stderr] --> tests/basic.rs:95:22 [INFO] [stderr] | [INFO] [stderr] 95 | let mut bcx: FunctionBuilder = [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cranelift::prelude::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_frontend::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `SimpleJITBackend` in this scope [INFO] [stderr] --> tests/basic.rs:157:28 [INFO] [stderr] | [INFO] [stderr] 157 | let mut module: Module = [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_simplejit::SimpleJITBackend; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `FunctionBuilder` in this scope [INFO] [stderr] --> tests/basic.rs:175:22 [INFO] [stderr] | [INFO] [stderr] 175 | let mut bcx: FunctionBuilder = [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use cranelift::prelude::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] 1 | use wasmer_clif_fork_frontend::FunctionBuilder; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> examples/simplejit-minimal.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | FunctionBuilder::new(&mut ctx.func, &mut func_ctx, &mut position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------- ------------- ------------- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stderr] --> examples/simplejit-minimal.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | FunctionBuilder::new(&mut ctx.func, &mut func_ctx, &mut position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------- ------------- ------------- supplied 3 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] warning: unused import: `cranelift_entity::EntityRef` [INFO] [stderr] --> tests/basic.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use cranelift_entity::EntityRef; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `wasmer-clif-fork-simplejit`. [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] [stderr] error: could not compile `wasmer-clif-fork-simplejit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e0a1e52a7e0f2a66b05be1d89d1c183bbc0333c944dc98a315fbe46864786fe1"` [INFO] running `"docker" "rm" "-f" "e0a1e52a7e0f2a66b05be1d89d1c183bbc0333c944dc98a315fbe46864786fe1"` [INFO] [stdout] e0a1e52a7e0f2a66b05be1d89d1c183bbc0333c944dc98a315fbe46864786fe1