[INFO] updating cached repository https://github.com/3Hren/logdrop [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] 51a90bb0f96c90b12777c5cd8066112325fc5236 [INFO] checking 3Hren/logdrop against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3Hren%2Flogdrop" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/3Hren/logdrop on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/3Hren/logdrop [INFO] finished tweaking git repo https://github.com/3Hren/logdrop [INFO] tweaked toml for git repo https://github.com/3Hren/logdrop written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/3Hren/logdrop already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+nightly-2019-10-27" "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] 462016b32a80ef649ab0162dde621f8da4017b20acb934a3e1d9148276ce9a82 [INFO] running `"docker" "start" "-a" "462016b32a80ef649ab0162dde621f8da4017b20acb934a3e1d9148276ce9a82"` [INFO] [stderr] Checking logdrop v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `msgpack::decode::value` [INFO] [stderr] --> src/logdrop/codec/msgpack.rs:5:22 [INFO] [stderr] | [INFO] [stderr] 5 | use msgpack::decode::value::{Integer, Value}; [INFO] [stderr] | ^^^^^ could not find `value` in `decode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `msgpack::decode::value` [INFO] [stderr] --> src/logdrop/codec/msgpack.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | use msgpack::decode::value::read_value; [INFO] [stderr] | ^^^^^ could not find `value` in `decode` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> src/logdrop/input/mod.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | unsafe { std::intrinsics::type_name::() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> src/logdrop/output/mod.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { std::intrinsics::type_name::() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `msgpack::decode::value` [INFO] [stderr] --> src/logdrop/codec/msgpack.rs:5:22 [INFO] [stderr] | [INFO] [stderr] 5 | use msgpack::decode::value::{Integer, Value}; [INFO] [stderr] | ^^^^^ could not find `value` in `decode` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `msgpack::decode::value` [INFO] [stderr] --> src/logdrop/codec/msgpack.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | use msgpack::decode::value::read_value; [INFO] [stderr] | ^^^^^ could not find `value` in `decode` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> src/logdrop/input/mod.rs:11:18 [INFO] [stderr] | [INFO] [stderr] 11 | unsafe { std::intrinsics::type_name::() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library [INFO] [stderr] --> src/logdrop/output/mod.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | unsafe { std::intrinsics::type_name::() } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `logdrop`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `logdrop`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "462016b32a80ef649ab0162dde621f8da4017b20acb934a3e1d9148276ce9a82"` [INFO] running `"docker" "rm" "-f" "462016b32a80ef649ab0162dde621f8da4017b20acb934a3e1d9148276ce9a82"` [INFO] [stdout] 462016b32a80ef649ab0162dde621f8da4017b20acb934a3e1d9148276ce9a82