[INFO] fetching crate bson-rs 0.0.3... [INFO] checking bson-rs-0.0.3 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate bson-rs 0.0.3 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate bson-rs 0.0.3 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 37 packages to latest compatible versions [INFO] [stderr] Adding windows-core v0.52.0 (latest: v0.56.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3843eb96684b67f19724d03ef8ce2a417afcb10039b8a7ebac0eb6b311fe8df4 [INFO] running `Command { std: "docker" "start" "-a" "3843eb96684b67f19724d03ef8ce2a417afcb10039b8a7ebac0eb6b311fe8df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3843eb96684b67f19724d03ef8ce2a417afcb10039b8a7ebac0eb6b311fe8df4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3843eb96684b67f19724d03ef8ce2a417afcb10039b8a7ebac0eb6b311fe8df4", kill_on_drop: false }` [INFO] [stdout] 3843eb96684b67f19724d03ef8ce2a417afcb10039b8a7ebac0eb6b311fe8df4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 274ed7c320dae83e12fb8241fb1d88110f179c074e194c3549ebb01ada6ba8ff [INFO] running `Command { std: "docker" "start" "-a" "274ed7c320dae83e12fb8241fb1d88110f179c074e194c3549ebb01ada6ba8ff", kill_on_drop: false }` [INFO] [stderr] Checking rustc-serialize v0.3.25 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking bson-rs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/bson.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | use chrono::{DateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/bson.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | use chrono::{DateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/encoder.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | use chrono::{DateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/encoder.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | use chrono::{DateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/decoder.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | use chrono::{DateTime, NaiveDateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `chrono::UTC` [INFO] [stdout] --> src/decoder.rs:29:39 [INFO] [stdout] | [INFO] [stdout] 29 | use chrono::{DateTime, NaiveDateTime, UTC}; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `UTC` in the root [INFO] [stdout] | help: a similar name exists in the module: `Utc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/encoder.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | impl From for EncoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use encoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 45 - impl From for EncoderError { [INFO] [stdout] 45 + impl From for EncoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/encoder.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | fn from(err: byteorder::Error) -> EncoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use encoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 46 - fn from(err: byteorder::Error) -> EncoderError { [INFO] [stdout] 46 + fn from(err: Error) -> EncoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/decoder.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | impl From for DecoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use decoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 54 - impl From for DecoderError { [INFO] [stdout] 54 + impl From for DecoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/decoder.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | fn from(err: byteorder::Error) -> DecoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use decoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 55 - fn from(err: byteorder::Error) -> DecoderError { [INFO] [stdout] 55 + fn from(err: Error) -> DecoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/encoder.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | impl From for EncoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use encoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 45 - impl From for EncoderError { [INFO] [stdout] 45 + impl From for EncoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/encoder.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | fn from(err: byteorder::Error) -> EncoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use encoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 46 - fn from(err: byteorder::Error) -> EncoderError { [INFO] [stdout] 46 + fn from(err: Error) -> EncoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/decoder.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | impl From for DecoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use decoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 54 - impl From for DecoderError { [INFO] [stdout] 54 + impl From for DecoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in crate `byteorder` [INFO] [stdout] --> src/decoder.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | fn from(err: byteorder::Error) -> DecoderError { [INFO] [stdout] | ^^^^^ not found in `byteorder` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 24 + use decoder::io::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::error::Error; [INFO] [stdout] | [INFO] [stdout] 24 + use std::fmt::Error; [INFO] [stdout] | [INFO] [stdout] help: if you import `Error`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 55 - fn from(err: byteorder::Error) -> DecoderError { [INFO] [stdout] 55 + fn from(err: Error) -> DecoderError { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bson-rs` (lib) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bson-rs` (lib test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "274ed7c320dae83e12fb8241fb1d88110f179c074e194c3549ebb01ada6ba8ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "274ed7c320dae83e12fb8241fb1d88110f179c074e194c3549ebb01ada6ba8ff", kill_on_drop: false }` [INFO] [stdout] 274ed7c320dae83e12fb8241fb1d88110f179c074e194c3549ebb01ada6ba8ff [INFO] checking bson-rs-0.0.3 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate bson-rs 0.0.3 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate bson-rs 0.0.3 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 37 packages to latest compatible versions [INFO] [stderr] Adding windows-core v0.52.0 (latest: v0.56.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d5dbd0df653b487ed3e2af6f6fd0beadca70f9efb1c841fc5154e9493a76b4d [INFO] running `Command { std: "docker" "start" "-a" "0d5dbd0df653b487ed3e2af6f6fd0beadca70f9efb1c841fc5154e9493a76b4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d5dbd0df653b487ed3e2af6f6fd0beadca70f9efb1c841fc5154e9493a76b4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d5dbd0df653b487ed3e2af6f6fd0beadca70f9efb1c841fc5154e9493a76b4d", kill_on_drop: false }` [INFO] [stdout] 0d5dbd0df653b487ed3e2af6f6fd0beadca70f9efb1c841fc5154e9493a76b4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b57f48679767c10227b4d23dd2c0b9856e2abc247e7349f46626ecc63aaf168b [INFO] running `Command { std: "docker" "start" "-a" "b57f48679767c10227b4d23dd2c0b9856e2abc247e7349f46626ecc63aaf168b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "b57f48679767c10227b4d23dd2c0b9856e2abc247e7349f46626ecc63aaf168b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b57f48679767c10227b4d23dd2c0b9856e2abc247e7349f46626ecc63aaf168b", kill_on_drop: false }` [INFO] [stdout] b57f48679767c10227b4d23dd2c0b9856e2abc247e7349f46626ecc63aaf168b