[INFO] fetching crate activitystreams-types 0.4.0-alpha.0...
[INFO] checking activitystreams-types-0.4.0-alpha.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate activitystreams-types 0.4.0-alpha.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate activitystreams-types 0.4.0-alpha.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 activitystreams-types 0.4.0-alpha.0
[INFO] finished tweaking crates.io crate activitystreams-types 0.4.0-alpha.0
[INFO] tweaked toml for crates.io crate activitystreams-types 0.4.0-alpha.0 written to /workspace/builds/worker-0-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 erased-serde v0.3.31
[INFO] [stderr]   Downloaded typetag v0.1.8
[INFO] [stderr]   Downloaded ghost v0.1.17
[INFO] [stderr]   Downloaded activitystreams-traits v0.4.0-alpha.0
[INFO] [stderr]   Downloaded activitystreams-derive v0.4.0
[INFO] [stderr]   Downloaded inventory v0.2.3
[INFO] [stderr]   Downloaded ctor v0.1.26
[INFO] [stderr]   Downloaded typetag-impl v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 53622b42c4ee0158eaf8ff1b6e52d0037511d7c304e0992d0eac320c2ee15d21
[INFO] running `Command { std: "docker" "start" "-a" "53622b42c4ee0158eaf8ff1b6e52d0037511d7c304e0992d0eac320c2ee15d21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53622b42c4ee0158eaf8ff1b6e52d0037511d7c304e0992d0eac320c2ee15d21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53622b42c4ee0158eaf8ff1b6e52d0037511d7c304e0992d0eac320c2ee15d21", kill_on_drop: false }`
[INFO] [stdout] 53622b42c4ee0158eaf8ff1b6e52d0037511d7c304e0992d0eac320c2ee15d21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] ffc86bda6087a2f5780a5c448e18f2e730afda72ad5619ad5152826b50d67a49
[INFO] running `Command { std: "docker" "start" "-a" "ffc86bda6087a2f5780a5c448e18f2e730afda72ad5619ad5152826b50d67a49", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling typetag-impl v0.1.8
[INFO] [stderr]    Compiling activitystreams-derive v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling ghost v0.1.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.57
[INFO] [stderr]     Checking inventory v0.2.3
[INFO] [stderr]     Checking thiserror v1.0.57
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking chrono v0.4.35
[INFO] [stderr]     Checking typetag v0.1.8
[INFO] [stderr]     Checking activitystreams-traits v0.4.0-alpha.0
[INFO] [stderr]     Checking activitystreams-types v0.4.0-alpha.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:128:46
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let mut duration = chrono::Duration::days(365 * years);
[INFO] [stdout]     |                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:129:49
[INFO] [stdout]     |
[INFO] [stdout] 129 |         duration = duration + chrono::Duration::days(31 * months);
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:130:49
[INFO] [stdout]     |
[INFO] [stdout] 130 |         duration = duration + chrono::Duration::days(days);
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::hours`: Use `TimeDelta::try_hours` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |         duration = duration + chrono::Duration::hours(hours);
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:132:49
[INFO] [stdout]     |
[INFO] [stdout] 132 |         duration = duration + chrono::Duration::minutes(minutes);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:133:49
[INFO] [stdout]     |
[INFO] [stdout] 133 |         duration = duration + chrono::Duration::seconds(seconds);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let (s, mut duration) = if chrono::Duration::seconds(0) > self.0 {
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:167:49
[INFO] [stdout]     |
[INFO] [stdout] 167 |         duration = duration - chrono::Duration::days(duration.num_days());
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::hours`: Use `TimeDelta::try_hours` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:181:49
[INFO] [stdout]     |
[INFO] [stdout] 181 |         duration = duration - chrono::Duration::hours(duration.num_hours());
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:189:49
[INFO] [stdout]     |
[INFO] [stdout] 189 |         duration = duration - chrono::Duration::minutes(duration.num_minutes());
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:128:46
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let mut duration = chrono::Duration::days(365 * years);
[INFO] [stdout]     |                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:129:49
[INFO] [stdout]     |
[INFO] [stdout] 129 |         duration = duration + chrono::Duration::days(31 * months);
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:130:49
[INFO] [stdout]     |
[INFO] [stdout] 130 |         duration = duration + chrono::Duration::days(days);
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::hours`: Use `TimeDelta::try_hours` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:131:49
[INFO] [stdout]     |
[INFO] [stdout] 131 |         duration = duration + chrono::Duration::hours(hours);
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:132:49
[INFO] [stdout]     |
[INFO] [stdout] 132 |         duration = duration + chrono::Duration::minutes(minutes);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:133:49
[INFO] [stdout]     |
[INFO] [stdout] 133 |         duration = duration + chrono::Duration::seconds(seconds);
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let (s, mut duration) = if chrono::Duration::seconds(0) > self.0 {
[INFO] [stdout]     |                                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::days`: Use `TimeDelta::try_days` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:167:49
[INFO] [stdout]     |
[INFO] [stdout] 167 |         duration = duration - chrono::Duration::days(duration.num_days());
[INFO] [stdout]     |                                                 ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::hours`: Use `TimeDelta::try_hours` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:181:49
[INFO] [stdout]     |
[INFO] [stdout] 181 |         duration = duration - chrono::Duration::hours(duration.num_hours());
[INFO] [stdout]     |                                                 ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::TimeDelta::minutes`: Use `TimeDelta::try_minutes` instead
[INFO] [stdout]    --> src/primitives/xsd_duration.rs:189:49
[INFO] [stdout]     |
[INFO] [stdout] 189 |         duration = duration - chrono::Duration::minutes(duration.num_minutes());
[INFO] [stdout]     |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s
[INFO] running `Command { std: "docker" "inspect" "ffc86bda6087a2f5780a5c448e18f2e730afda72ad5619ad5152826b50d67a49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffc86bda6087a2f5780a5c448e18f2e730afda72ad5619ad5152826b50d67a49", kill_on_drop: false }`
[INFO] [stdout] ffc86bda6087a2f5780a5c448e18f2e730afda72ad5619ad5152826b50d67a49
