[INFO] fetching crate wasmer-clif-fork-simplejit 0.33.0... [INFO] checking wasmer-clif-fork-simplejit-0.33.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate wasmer-clif-fork-simplejit 0.33.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate wasmer-clif-fork-simplejit 0.33.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wasmer-clif-fork-simplejit 0.33.0 [INFO] finished tweaking crates.io crate wasmer-clif-fork-simplejit 0.33.0 [INFO] tweaked toml for crates.io crate wasmer-clif-fork-simplejit 0.33.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate wasmer-clif-fork-simplejit 0.33.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 35803e58463ceb0ada50d8c40e0e21e3d4f4c47df1c2a57752ee6a15c804c8d1 [INFO] running `"docker" "start" "-a" "35803e58463ceb0ada50d8c40e0e21e3d4f4c47df1c2a57752ee6a15c804c8d1"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cranelift-codegen-meta v0.31.0 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking region v2.1.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling cranelift-codegen v0.31.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling target-lexicon v0.4.0 [INFO] [stderr] Checking cranelift-native v0.31.0 [INFO] [stderr] Checking cranelift-frontend v0.31.0 [INFO] [stderr] Checking cranelift-module v0.31.0 [INFO] [stderr] Checking wasmer-clif-fork-frontend v0.33.0 [INFO] [stderr] Checking cranelift v0.31.0 [INFO] [stderr] Checking wasmer-clif-fork-simplejit v0.33.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/memory.rs:34:46 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ptr: *mut libc::c_void = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/memory.rs:34:46 [INFO] [stderr] | [INFO] [stderr] 34 | let mut ptr: *mut libc::c_void = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [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[E0061]: this function takes 2 parameters but 3 parameters 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [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] 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] 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] 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] 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] 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] 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] 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] 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 parameters but 3 parameters 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [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] warning: build failed, waiting for other jobs to finish... [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 [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: could not compile `wasmer-clif-fork-simplejit`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "35803e58463ceb0ada50d8c40e0e21e3d4f4c47df1c2a57752ee6a15c804c8d1"` [INFO] running `"docker" "rm" "-f" "35803e58463ceb0ada50d8c40e0e21e3d4f4c47df1c2a57752ee6a15c804c8d1"` [INFO] [stdout] 35803e58463ceb0ada50d8c40e0e21e3d4f4c47df1c2a57752ee6a15c804c8d1