[INFO] fetching crate dsf-core 0.2.0...
[INFO] checking dsf-core-0.2.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate dsf-core 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate dsf-core 0.2.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dsf-core 0.2.0
[INFO] finished tweaking crates.io crate dsf-core 0.2.0
[INFO] tweaked toml for crates.io crate dsf-core 0.2.0 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded slice-ext v0.1.4
[INFO] [stderr]   Downloaded managed v0.7.2
[INFO] [stderr]   Downloaded no-std-net v0.3.0
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6ecb850630895215df67649f4a44fe289b562feb67d05505ee363ef67688c0ef
[INFO] running `Command { std: "docker" "start" "-a" "6ecb850630895215df67649f4a44fe289b562feb67d05505ee363ef67688c0ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ecb850630895215df67649f4a44fe289b562feb67d05505ee363ef67688c0ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ecb850630895215df67649f4a44fe289b562feb67d05505ee363ef67688c0ef", kill_on_drop: false }`
[INFO] [stdout] 6ecb850630895215df67649f4a44fe289b562feb67d05505ee363ef67688c0ef
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c02219efdb313cc694924f6d610f9ca7352deaf7f8196377dc92a90f8a3c4be
[INFO] running `Command { std: "docker" "start" "-a" "0c02219efdb313cc694924f6d610f9ca7352deaf7f8196377dc92a90f8a3c4be", kill_on_drop: false }`
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking managed v0.7.2
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]     Checking slice-ext v0.1.4
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking sodiumoxide v0.2.7
[INFO] [stderr]     Checking dsf-core v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                                ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                                ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PageKind` is imported redundantly
[INFO] [stdout]    --> src/base/body.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 405 |     use super::*;
[INFO] [stdout]     |         -------- the item `PageKind` is already imported here
[INFO] [stdout] 406 |     use crate::base::*;
[INFO] [stdout] 407 |     use crate::types::PageKind;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `DataOptions` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:37
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `DataOptions` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Publisher` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:50
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `Publisher` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SecondaryOptions` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:61
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `SecondaryOptions` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Subscriber` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use crate::service::subscriber::Subscriber;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 158 |
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `Subscriber` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Header` is imported redundantly
[INFO] [stdout]    --> src/wire/header.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 126 |     use super::*;
[INFO] [stdout]     |         -------- the item `Header` is already imported here
[INFO] [stdout] 127 |
[INFO] [stdout] 128 |     use crate::base::header::{Header, HEADER_LEN};
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PageKind` is imported redundantly
[INFO] [stdout]    --> src/net/mod.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     use super::*;
[INFO] [stdout]     |         -------- the item `PageKind` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 141 |     use crate::types::PageKind;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
[INFO] [stdout]   --> src/types/datetime.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |         Self(s.timestamp_millis() as u64 / 1000)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0616]: field `0` of struct `sodiumoxide::crypto::sign::Signature` is private
[INFO] [stdout]   --> src/crypto/sodium.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Ok(sig.0.into())
[INFO] [stdout]    |            ^ private field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `sodiumoxide::crypto::sign::Signature` in the current scope
[INFO] [stdout]    --> src/crypto/sodium.rs:39:41
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_slice(signature).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^ function or associated item not found in `Signature`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `sodiumoxide::crypto::sign::Signature` consider using one of the following associated functions:
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::from_bytes
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::new
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs:291:5
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn from_bytes(bytes: &[u8]) -> signature::Result<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn new(bytes: [u8; Self::BYTE_SIZE]) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_str(signature).unwrap();
[INFO] [stdout]     |                                         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
[INFO] [stdout]   --> src/types/datetime.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |         Self(s.timestamp_millis() as u64 / 1000)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0616]: field `0` of struct `sodiumoxide::crypto::sign::Signature` is private
[INFO] [stdout]   --> src/crypto/sodium.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Ok(sig.0.into())
[INFO] [stdout]    |            ^ private field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `sodiumoxide::crypto::sign::Signature` in the current scope
[INFO] [stdout]    --> src/crypto/sodium.rs:39:41
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_slice(signature).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^ function or associated item not found in `Signature`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `sodiumoxide::crypto::sign::Signature` consider using one of the following associated functions:
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::from_bytes
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::new
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs:291:5
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn from_bytes(bytes: &[u8]) -> signature::Result<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn new(bytes: [u8; Self::BYTE_SIZE]) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_str(signature).unwrap();
[INFO] [stdout]     |                                         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0616.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dsf-core` (lib) due to 3 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors; 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0616.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dsf-core` (lib test) due to 3 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0c02219efdb313cc694924f6d610f9ca7352deaf7f8196377dc92a90f8a3c4be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c02219efdb313cc694924f6d610f9ca7352deaf7f8196377dc92a90f8a3c4be", kill_on_drop: false }`
[INFO] [stdout] 0c02219efdb313cc694924f6d610f9ca7352deaf7f8196377dc92a90f8a3c4be
[INFO] checking dsf-core-0.2.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate dsf-core 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate dsf-core 0.2.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dsf-core 0.2.0
[INFO] finished tweaking crates.io crate dsf-core 0.2.0
[INFO] tweaked toml for crates.io crate dsf-core 0.2.0 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c195b502e9700b6b8967c2b4d9edbc63c3f0a030e3200db4ec493230ac25c907
[INFO] running `Command { std: "docker" "start" "-a" "c195b502e9700b6b8967c2b4d9edbc63c3f0a030e3200db4ec493230ac25c907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c195b502e9700b6b8967c2b4d9edbc63c3f0a030e3200db4ec493230ac25c907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c195b502e9700b6b8967c2b4d9edbc63c3f0a030e3200db4ec493230ac25c907", kill_on_drop: false }`
[INFO] [stdout] c195b502e9700b6b8967c2b4d9edbc63c3f0a030e3200db4ec493230ac25c907
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6101004b06c6b59c8f776f715170e513300a03b1e595f18954fbad99a035ff1e
[INFO] running `Command { std: "docker" "start" "-a" "6101004b06c6b59c8f776f715170e513300a03b1e595f18954fbad99a035ff1e", kill_on_drop: false }`
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking ed25519 v1.5.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]     Checking slice-ext v0.1.4
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking managed v0.7.2
[INFO] [stderr]     Checking strum v0.20.0
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking sodiumoxide v0.2.7
[INFO] [stderr]     Checking dsf-core v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                                ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Ord` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Ord` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PartialOrd` is imported redundantly
[INFO] [stdout]  --> src/types/mod.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::cmp::{Ord, Ordering, PartialOrd};
[INFO] [stdout]   |                                ^^^^^^^^^^
[INFO] [stdout]  --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `PartialOrd` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PageKind` is imported redundantly
[INFO] [stdout]    --> src/base/body.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 405 |     use super::*;
[INFO] [stdout]     |         -------- the item `PageKind` is already imported here
[INFO] [stdout] 406 |     use crate::base::*;
[INFO] [stdout] 407 |     use crate::types::PageKind;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `DataOptions` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:37
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `DataOptions` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Publisher` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:50
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `Publisher` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SecondaryOptions` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:156:61
[INFO] [stdout]     |
[INFO] [stdout] 156 |     use crate::service::publisher::{DataOptions, Publisher, SecondaryOptions};
[INFO] [stdout]     |                                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `SecondaryOptions` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Subscriber` is imported redundantly
[INFO] [stdout]    --> src/service/mod.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |     use crate::service::subscriber::Subscriber;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 158 |
[INFO] [stdout] 159 |     use super::*;
[INFO] [stdout]     |         -------- the item `Subscriber` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Header` is imported redundantly
[INFO] [stdout]    --> src/wire/header.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 126 |     use super::*;
[INFO] [stdout]     |         -------- the item `Header` is already imported here
[INFO] [stdout] 127 |
[INFO] [stdout] 128 |     use crate::base::header::{Header, HEADER_LEN};
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PageKind` is imported redundantly
[INFO] [stdout]    --> src/net/mod.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     use super::*;
[INFO] [stdout]     |         -------- the item `PageKind` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 141 |     use crate::types::PageKind;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
[INFO] [stdout]   --> src/types/datetime.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |         Self(s.timestamp_millis() as u64 / 1000)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]   --> src/types/datetime.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let u = Utc.timestamp(self.0 as i64, 0);
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::NaiveDateTime::timestamp_millis`: use `.and_utc().timestamp_millis()` instead
[INFO] [stdout]   --> src/types/datetime.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |         Self(s.timestamp_millis() as u64 / 1000)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0616]: field `0` of struct `sodiumoxide::crypto::sign::Signature` is private
[INFO] [stdout]   --> src/crypto/sodium.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Ok(sig.0.into())
[INFO] [stdout]    |            ^ private field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0616]: field `0` of struct `sodiumoxide::crypto::sign::Signature` is private
[INFO] [stdout]   --> src/crypto/sodium.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Ok(sig.0.into())
[INFO] [stdout]    |            ^ private field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `sodiumoxide::crypto::sign::Signature` in the current scope
[INFO] [stdout]    --> src/crypto/sodium.rs:39:41
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_slice(signature).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^ function or associated item not found in `Signature`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `sodiumoxide::crypto::sign::Signature` consider using one of the following associated functions:
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::from_bytes
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::new
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs:291:5
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn from_bytes(bytes: &[u8]) -> signature::Result<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn new(bytes: [u8; Self::BYTE_SIZE]) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_str(signature).unwrap();
[INFO] [stdout]     |                                         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `sodiumoxide::crypto::sign::Signature` in the current scope
[INFO] [stdout]    --> src/crypto/sodium.rs:39:41
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_slice(signature).unwrap();
[INFO] [stdout]     |                                         ^^^^^^^^^^ function or associated item not found in `Signature`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `sodiumoxide::crypto::sign::Signature` consider using one of the following associated functions:
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::from_bytes
[INFO] [stdout]       sodiumoxide::crypto::sign::Signature::new
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ed25519-1.5.3/src/lib.rs:291:5
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub fn from_bytes(bytes: &[u8]) -> signature::Result<Self> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 330 |     pub fn new(bytes: [u8; Self::BYTE_SIZE]) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 39  |     let sig = sign::ed25519::Signature::from_str(signature).unwrap();
[INFO] [stdout]     |                                         ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0616.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dsf-core` (lib) due to 3 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 2 previous errors; 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0599, E0616.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dsf-core` (lib test) due to 3 previous errors; 13 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6101004b06c6b59c8f776f715170e513300a03b1e595f18954fbad99a035ff1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6101004b06c6b59c8f776f715170e513300a03b1e595f18954fbad99a035ff1e", kill_on_drop: false }`
[INFO] [stdout] 6101004b06c6b59c8f776f715170e513300a03b1e595f18954fbad99a035ff1e
