[INFO] crate bson-rs 0.0.3 is already in cache [INFO] checking bson-rs-0.0.3 against beta-2019-10-27 for pr-65897 [INFO] extracting crate bson-rs 0.0.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate bson-rs 0.0.3 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bson-rs 0.0.3 [INFO] finished tweaking crates.io crate bson-rs 0.0.3 [INFO] tweaked toml for crates.io crate bson-rs 0.0.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-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] 3888f7df623514c0b116994cb9ffae7f4ac6971dfb1fb00aa565b6d916204d91 [INFO] running `"docker" "start" "-a" "3888f7df623514c0b116994cb9ffae7f4ac6971dfb1fb00aa565b6d916204d91"` [INFO] [stderr] Checking bson-rs v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/bson.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | use chrono::{DateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/encoder.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | use chrono::{DateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/decoder.rs:29:39 [INFO] [stderr] | [INFO] [stderr] 29 | use chrono::{DateTime, NaiveDateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/encoder.rs:45:22 [INFO] [stderr] | [INFO] [stderr] 45 | impl From for EncoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/encoder.rs:46:29 [INFO] [stderr] | [INFO] [stderr] 46 | fn from(err: byteorder::Error) -> EncoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/decoder.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | impl From for DecoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/decoder.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | fn from(err: byteorder::Error) -> DecoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/bson.rs:27:24 [INFO] [stderr] | [INFO] [stderr] 27 | use chrono::{DateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/encoder.rs:29:24 [INFO] [stderr] | [INFO] [stderr] 29 | use chrono::{DateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::UTC` [INFO] [stderr] --> src/decoder.rs:29:39 [INFO] [stderr] | [INFO] [stderr] 29 | use chrono::{DateTime, NaiveDateTime, UTC}; [INFO] [stderr] | ^^^ no `UTC` in the root [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/encoder.rs:45:22 [INFO] [stderr] | [INFO] [stderr] 45 | impl From for EncoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/encoder.rs:46:29 [INFO] [stderr] | [INFO] [stderr] 46 | fn from(err: byteorder::Error) -> EncoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/decoder.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | impl From for DecoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stderr] --> src/decoder.rs:55:29 [INFO] [stderr] | [INFO] [stderr] 55 | fn from(err: byteorder::Error) -> DecoderError { [INFO] [stderr] | ^^^^^ not found in `byteorder` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 24 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 24 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bson-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `bson-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3888f7df623514c0b116994cb9ffae7f4ac6971dfb1fb00aa565b6d916204d91"` [INFO] running `"docker" "rm" "-f" "3888f7df623514c0b116994cb9ffae7f4ac6971dfb1fb00aa565b6d916204d91"` [INFO] [stdout] 3888f7df623514c0b116994cb9ffae7f4ac6971dfb1fb00aa565b6d916204d91