[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 try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [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 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 9632de0ffff19db96e6e3ce20e2d6c4d4ff043d4da0721e302b22a01cad320f3 [INFO] running `"docker" "start" "-a" "9632de0ffff19db96e6e3ce20e2d6c4d4ff043d4da0721e302b22a01cad320f3"` [INFO] [stderr] Checking chrono v0.2.25 [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(core, convert, io, path_ext, test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] 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] 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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(core, convert, io, path_ext, test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] 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] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, 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 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, 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" "9632de0ffff19db96e6e3ce20e2d6c4d4ff043d4da0721e302b22a01cad320f3"` [INFO] running `"docker" "rm" "-f" "9632de0ffff19db96e6e3ce20e2d6c4d4ff043d4da0721e302b22a01cad320f3"` [INFO] [stdout] 9632de0ffff19db96e6e3ce20e2d6c4d4ff043d4da0721e302b22a01cad320f3