[INFO] updating cached repository https://github.com/fschutt/gsr-jit [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 46bb6aa8a3cdb2b649c434d9e6d9ec655740336f [INFO] testing fschutt/gsr-jit against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fgsr-jit" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fschutt/gsr-jit on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fschutt/gsr-jit [INFO] finished tweaking git repo https://github.com/fschutt/gsr-jit [INFO] tweaked toml for git repo https://github.com/fschutt/gsr-jit written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/fschutt/gsr-jit already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9da790a5fe8672044d9c5ac600ec351e72495d3df35d747b15645bbd3b5b03ae [INFO] running `"docker" "start" "-a" "9da790a5fe8672044d9c5ac600ec351e72495d3df35d747b15645bbd3b5b03ae"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi v0.3.5 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling page_size v0.4.1 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling gsr-jit v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/jit_memory.rs:187:29 [INFO] [stderr] | [INFO] [stderr] 187 | pub fn run(&self) -> (fn() -> T) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Type` is imported redundantly [INFO] [stderr] --> src/compiler.rs:382:9 [INFO] [stderr] | [INFO] [stderr] 2 | use syn::{File, Stmt, Type, FnArg, Item::Fn, ReturnType, [INFO] [stderr] | ---- the item `Type` is already imported here [INFO] [stderr] ... [INFO] [stderr] 382 | use syn::Type; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0026]: struct `jit_memory::JitSetup` does not have a field named `memory_ptr` [INFO] [stderr] --> src/jit_memory.rs:46:65 [INFO] [stderr] | [INFO] [stderr] 46 | let JitSetup { page_size, allocation_size_in_bytes, mut memory_ptr } = [INFO] [stderr] | ^^^^^^^^^^ struct `jit_memory::JitSetup` does not have this field [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0026`. [INFO] [stderr] error: could not compile `gsr-jit`. [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: build failed [INFO] running `"docker" "inspect" "9da790a5fe8672044d9c5ac600ec351e72495d3df35d747b15645bbd3b5b03ae"` [INFO] running `"docker" "rm" "-f" "9da790a5fe8672044d9c5ac600ec351e72495d3df35d747b15645bbd3b5b03ae"` [INFO] [stdout] 9da790a5fe8672044d9c5ac600ec351e72495d3df35d747b15645bbd3b5b03ae