[INFO] cloning repository https://github.com/tomwhoiscontrary/isots
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomwhoiscontrary/isots" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomwhoiscontrary%2Fisots", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomwhoiscontrary%2Fisots'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 442e49637a8aef2eedffd593cd3b025f13fb5ee4
[INFO] building tomwhoiscontrary/isots against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomwhoiscontrary%2Fisots" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tomwhoiscontrary/isots on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/tomwhoiscontrary/isots
[INFO] finished tweaking git repo https://github.com/tomwhoiscontrary/isots
[INFO] tweaked toml for git repo https://github.com/tomwhoiscontrary/isots written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/tomwhoiscontrary/isots already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded time v0.1.40
[INFO] [stderr]   Downloaded redox_syscall v0.1.40
[INFO] [stderr]   Downloaded num-integer v0.1.39
[INFO] [stderr]   Downloaded num-traits v0.2.6
[INFO] [stderr]   Downloaded chrono v0.4.6
[INFO] [stderr]   Downloaded libc v0.2.43
[INFO] [stderr]   Downloaded winapi v0.3.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0bd533b0421e117c340c17b0de6142f7266e3d2ecf1732f02875154033cd4767
[INFO] running `Command { std: "docker" "start" "-a" "0bd533b0421e117c340c17b0de6142f7266e3d2ecf1732f02875154033cd4767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bd533b0421e117c340c17b0de6142f7266e3d2ecf1732f02875154033cd4767", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bd533b0421e117c340c17b0de6142f7266e3d2ecf1732f02875154033cd4767", kill_on_drop: false }`
[INFO] [stdout] 0bd533b0421e117c340c17b0de6142f7266e3d2ecf1732f02875154033cd4767
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3503d96533850f847c4efa9355ccc44c37484fa126986c2f9ee29e05bc6748f
[INFO] running `Command { std: "docker" "start" "-a" "a3503d96533850f847c4efa9355ccc44c37484fa126986c2f9ee29e05bc6748f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling libc v0.2.43
[INFO] [stderr]    Compiling time v0.1.40
[INFO] [stderr]    Compiling chrono v0.4.6
[INFO] [stderr]    Compiling isots v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | /         write!(out,
[INFO] [stdout] 150 | |                "{}-{:02}-{:02}T{:02}:{:02}:{:02}Z",
[INFO] [stdout] 151 | |                time.year(),
[INFO] [stdout] 152 | |                time.month(),
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | |                time.minute(),
[INFO] [stdout] 156 | |                time.second());
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 | /         write!(out,
[INFO] [stdout] 159 | |                "{}-{:02}-{:02}T{:02}:{:02}:{:02}.{:0width$}Z",
[INFO] [stdout] 160 | |                time.year(),
[INFO] [stdout] 161 | |                time.month(),
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |                time.nanosecond(),
[INFO] [stdout] 167 | |                width = fractional_seconds_digits);
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
[INFO] running `Command { std: "docker" "inspect" "a3503d96533850f847c4efa9355ccc44c37484fa126986c2f9ee29e05bc6748f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3503d96533850f847c4efa9355ccc44c37484fa126986c2f9ee29e05bc6748f", kill_on_drop: false }`
[INFO] [stdout] a3503d96533850f847c4efa9355ccc44c37484fa126986c2f9ee29e05bc6748f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e84085058a39d390c8f6ed08e45f0e44576505a04f17a30443fe163ec30c33f
[INFO] running `Command { std: "docker" "start" "-a" "1e84085058a39d390c8f6ed08e45f0e44576505a04f17a30443fe163ec30c33f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling isots v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | /         write!(out,
[INFO] [stdout] 150 | |                "{}-{:02}-{:02}T{:02}:{:02}:{:02}Z",
[INFO] [stdout] 151 | |                time.year(),
[INFO] [stdout] 152 | |                time.month(),
[INFO] [stdout] ...   |
[INFO] [stdout] 155 | |                time.minute(),
[INFO] [stdout] 156 | |                time.second());
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 | /         write!(out,
[INFO] [stdout] 159 | |                "{}-{:02}-{:02}T{:02}:{:02}:{:02}.{:0width$}Z",
[INFO] [stdout] 160 | |                time.year(),
[INFO] [stdout] 161 | |                time.month(),
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |                time.nanosecond(),
[INFO] [stdout] 167 | |                width = fractional_seconds_digits);
[INFO] [stdout]     | |_________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "1e84085058a39d390c8f6ed08e45f0e44576505a04f17a30443fe163ec30c33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e84085058a39d390c8f6ed08e45f0e44576505a04f17a30443fe163ec30c33f", kill_on_drop: false }`
[INFO] [stdout] 1e84085058a39d390c8f6ed08e45f0e44576505a04f17a30443fe163ec30c33f
