[INFO] cloning repository https://github.com/yoshihitoh/ut [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yoshihitoh/ut" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoshihitoh%2Fut", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoshihitoh%2Fut'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4701c5eb9a06995dd0a2360f47b37f4451e7ea2e [INFO] testing yoshihitoh/ut against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoshihitoh%2Fut" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoshihitoh/ut on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/rust-toolchain [INFO] started tweaking git repo https://github.com/yoshihitoh/ut [INFO] finished tweaking git repo https://github.com/yoshihitoh/ut [INFO] tweaked toml for git repo https://github.com/yoshihitoh/ut written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/yoshihitoh/ut already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10d4bcc98b1197e356545f8aede0106bffc38c259d78e13f8e8c25e1788c2153 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "10d4bcc98b1197e356545f8aede0106bffc38c259d78e13f8e8c25e1788c2153", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10d4bcc98b1197e356545f8aede0106bffc38c259d78e13f8e8c25e1788c2153", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10d4bcc98b1197e356545f8aede0106bffc38c259d78e13f8e8c25e1788c2153", kill_on_drop: false }` [INFO] [stdout] 10d4bcc98b1197e356545f8aede0106bffc38c259d78e13f8e8c25e1788c2153 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a2d15bfbe248a746d94d1ee3c2d35529eb9e55300fe5efc5eabe3f9e4781c883 [INFO] running `Command { std: "docker" "start" "-a" "a2d15bfbe248a746d94d1ee3c2d35529eb9e55300fe5efc5eabe3f9e4781c883", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling ut-cli v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `Command { std: "docker" "inspect" "a2d15bfbe248a746d94d1ee3c2d35529eb9e55300fe5efc5eabe3f9e4781c883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d15bfbe248a746d94d1ee3c2d35529eb9e55300fe5efc5eabe3f9e4781c883", kill_on_drop: false }` [INFO] [stdout] a2d15bfbe248a746d94d1ee3c2d35529eb9e55300fe5efc5eabe3f9e4781c883 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7629435ec9bbdab93081f05db1d1d32ab5966ebd116a665f9d6e548ae2c66f2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a7629435ec9bbdab93081f05db1d1d32ab5966ebd116a665f9d6e548ae2c66f2", kill_on_drop: false }` [INFO] [stderr] Compiling ut-cli v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.18s [INFO] running `Command { std: "docker" "inspect" "a7629435ec9bbdab93081f05db1d1d32ab5966ebd116a665f9d6e548ae2c66f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7629435ec9bbdab93081f05db1d1d32ab5966ebd116a665f9d6e548ae2c66f2", kill_on_drop: false }` [INFO] [stdout] a7629435ec9bbdab93081f05db1d1d32ab5966ebd116a665f9d6e548ae2c66f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f084954046f558820e5d9d3c35f1e62878a00a27abf2693d095fef1929e50f39 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f084954046f558820e5d9d3c35f1e62878a00a27abf2693d095fef1929e50f39", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ut-1c8633dc5764e9e0) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test read::tests::read_basics ... ok [INFO] [stdout] test offset::tests::offset_into_fixedoffset ... ok [INFO] [stdout] test precision::tests::parse_timestamp_second ... ok [INFO] [stdout] test timedelta::builder_tests::time_delta_builder ... ok [INFO] [stdout] test precision::tests::parse_timestamp_millisecond ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_days ... ok [INFO] [stdout] test precision::tests::find_by_name_second ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_hours ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_hours ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_microseconds ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_minutes ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_microseconds ... ok [INFO] [stdout] test precision::tests::find_by_name_not_supported ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_days ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_months ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_years ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_minutes ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_seconds ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_months ... ok [INFO] [stdout] test unit::find_tests::find_by_name_milli_second ... ok [INFO] [stdout] test unit::find_tests::find_by_name_hour ... ok [INFO] [stdout] test unit::find_tests::find_by_name_minute ... ok [INFO] [stdout] test unit::find_tests::find_by_name_not_supported ... ok [INFO] [stdout] test unit::find_tests::find_by_name_second ... ok [INFO] [stdout] test unit::truncate_tests::truncate_hour ... ok [INFO] [stdout] test unit::truncate_tests::truncate_day ... ok [INFO] [stdout] test unit::find_tests::find_by_name_month ... ok [INFO] [stdout] test unit::find_tests::find_by_name_year ... ok [INFO] [stdout] test unit::truncate_tests::truncate_month ... ok [INFO] [stdout] test unit::truncate_tests::truncate_minute ... ok [INFO] [stdout] test unit::truncate_tests::truncate_millisecond ... ok [INFO] [stdout] test unit::truncate_tests::truncate_second ... ok [INFO] [stdout] test unit::truncate_tests::truncate_year ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_basics ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_apply_seconds ... ok [INFO] [stdout] test timedelta::time_delta_tests::time_delta_new_years ... ok [INFO] [stdout] test precision::tests::find_by_name_millisecond ... ok [INFO] [stdout] test delta::tests::delta_from_str ... ok [INFO] [stdout] test unit::find_tests::find_by_name_day ... ok [INFO] [stdout] test offset::tests::offset_from_str ... ok [INFO] [stdout] test datetime::tests::ymd_from_str ... ok [INFO] [stdout] test offset::tests::validate ... ok [INFO] [stdout] test datetime::tests::hms_from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f084954046f558820e5d9d3c35f1e62878a00a27abf2693d095fef1929e50f39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f084954046f558820e5d9d3c35f1e62878a00a27abf2693d095fef1929e50f39", kill_on_drop: false }` [INFO] [stdout] f084954046f558820e5d9d3c35f1e62878a00a27abf2693d095fef1929e50f39