[INFO] cloning repository https://github.com/kabergstrom/magi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kabergstrom/magi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabergstrom%2Fmagi"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabergstrom%2Fmagi'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3464cc2ec62bb79e2c55441b2a59fbaaf57914be [INFO] testing kabergstrom/magi against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabergstrom%2Fmagi" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kabergstrom/magi 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/kabergstrom/magi [INFO] finished tweaking git repo https://github.com/kabergstrom/magi [INFO] tweaked toml for git repo https://github.com/kabergstrom/magi written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/kabergstrom/magi 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ccl v5.0.1 [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=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] ebfc2edce08adbb34cb8f84d5c5c62741521a8674373293c96fdef5aaef6eb2b [INFO] running `"docker" "start" "-a" "ebfc2edce08adbb34cb8f84d5c5c62741521a8674373293c96fdef5aaef6eb2b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling seahash v3.0.6 [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling ccl-crossbeam-epoch v0.7.4 [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling ccl v5.0.1 [INFO] [stderr] Compiling ctor v0.1.9 [INFO] [stderr] Compiling inventory-impl v0.1.3 [INFO] [stderr] Compiling ghost v0.1.0 [INFO] [stderr] Compiling inventory v0.1.3 [INFO] [stderr] Compiling magi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(arbitrary_self_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `task::Poll` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | task::Poll, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait `haha` should have an upper camel case name [INFO] [stderr] --> src/main.rs:79:7 [INFO] [stderr] | [INFO] [stderr] 79 | trait haha { [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `Haha` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:103:47 [INFO] [stderr] | [INFO] [stderr] 103 | trait_interpretations: vec![(TypeId::of::(), |obj| { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn haha` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable statement [INFO] [stderr] --> src/main.rs:178:5 [INFO] [stderr] | [INFO] [stderr] 175 | / loop { [INFO] [stderr] 176 | | inst.update(); [INFO] [stderr] 177 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] 178 | println!("Hello, world!"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `magi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ebfc2edce08adbb34cb8f84d5c5c62741521a8674373293c96fdef5aaef6eb2b"` [INFO] running `"docker" "rm" "-f" "ebfc2edce08adbb34cb8f84d5c5c62741521a8674373293c96fdef5aaef6eb2b"` [INFO] [stdout] ebfc2edce08adbb34cb8f84d5c5c62741521a8674373293c96fdef5aaef6eb2b