[INFO] updating cached repository https://github.com/iTXTech/limonite [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 699debd1822820b3e412b977e90e6e345a7aeac5 [INFO] testing iTXTech/limonite against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiTXTech%2Flimonite" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iTXTech/limonite on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iTXTech/limonite [INFO] finished tweaking git repo https://github.com/iTXTech/limonite [INFO] tweaked toml for git repo https://github.com/iTXTech/limonite written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/iTXTech/limonite already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fe5c9649d781e78f91454fb22b66fa7c5173f75dc01cd928fe4119256c2b2d3 [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" "6fe5c9649d781e78f91454fb22b66fa7c5173f75dc01cd928fe4119256c2b2d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fe5c9649d781e78f91454fb22b66fa7c5173f75dc01cd928fe4119256c2b2d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fe5c9649d781e78f91454fb22b66fa7c5173f75dc01cd928fe4119256c2b2d3", kill_on_drop: false }` [INFO] [stdout] 6fe5c9649d781e78f91454fb22b66fa7c5173f75dc01cd928fe4119256c2b2d3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 706fe7a6ac09d690fe79c06593fede8f50e490a9b53872d845e5c8d095568619 [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" "706fe7a6ac09d690fe79c06593fede8f50e490a9b53872d845e5c8d095568619", kill_on_drop: false }` [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling mio v0.6.4 [INFO] [stderr] Compiling tokio-core v0.1.4 [INFO] [stderr] Compiling limonite v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world/chunk.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | backend: Box, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn SaveBackend` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world/backend/save/mod.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | -> Box, Error = io::Error>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = io::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world/backend/save/mod.rs:17:42 [INFO] [stdout] | [INFO] [stdout] 17 | fn save(&self, chunk: &Chunk) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world/mod.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | Loading(Box, Error = io::Error>>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = io::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/world/mod.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | save: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SaveBackendMaster` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/server.rs:37:33 [INFO] [stdout] | [INFO] [stdout] 37 | ConfigError { desc: err.description().to_string() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/world/chunk.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | .or_else(|err| { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/server.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | fn new(mut config: Value) -> Result { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `config_path` [INFO] [stdout] --> src/server.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | config_path: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `std` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `core` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `compiler_builtins` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `rustc_std_workspace_core` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `alloc` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `libc` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `unwind` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `cfg_if` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `backtrace` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `rustc_demangle` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `backtrace_sys` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `hashbrown` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `rustc_std_workspace_alloc` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot satisfy dependencies so `panic_unwind` only shows up once [INFO] [stdout] | [INFO] [stdout] = help: having upstream crates all available in one format will likely make this go away [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `limonite`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "706fe7a6ac09d690fe79c06593fede8f50e490a9b53872d845e5c8d095568619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "706fe7a6ac09d690fe79c06593fede8f50e490a9b53872d845e5c8d095568619", kill_on_drop: false }` [INFO] [stdout] 706fe7a6ac09d690fe79c06593fede8f50e490a9b53872d845e5c8d095568619