[INFO] cloning repository https://github.com/aquanauts/rizzy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aquanauts/rizzy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faquanauts%2Frizzy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faquanauts%2Frizzy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c98251b16fe13dd0b1c6054c9d24c3a3454cb06a [INFO] testing aquanauts/rizzy against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faquanauts%2Frizzy" "/workspace/builds/worker-110/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-110/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aquanauts/rizzy on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aquanauts/rizzy [INFO] finished tweaking git repo https://github.com/aquanauts/rizzy [INFO] tweaked toml for git repo https://github.com/aquanauts/rizzy written to /workspace/builds/worker-110/source/Cargo.toml [INFO] crate git repo https://github.com/aquanauts/rizzy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2af8985778ad008738601e239f3138f889650e3a25f0d0e9283fec3db46c68a [INFO] running `Command { std: "docker" "start" "-a" "c2af8985778ad008738601e239f3138f889650e3a25f0d0e9283fec3db46c68a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2af8985778ad008738601e239f3138f889650e3a25f0d0e9283fec3db46c68a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2af8985778ad008738601e239f3138f889650e3a25f0d0e9283fec3db46c68a", kill_on_drop: false }` [INFO] [stdout] c2af8985778ad008738601e239f3138f889650e3a25f0d0e9283fec3db46c68a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc65049aa30f99cfa0f3d3193c1c5fcb69c984f13deccf935bae6a0bbfde10ee [INFO] running `Command { std: "docker" "start" "-a" "fc65049aa30f99cfa0f3d3193c1c5fcb69c984f13deccf935bae6a0bbfde10ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling os_str_bytes v3.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling clap v3.0.0-beta.4 [INFO] [stderr] Compiling rizzy v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.63s [INFO] running `Command { std: "docker" "inspect" "fc65049aa30f99cfa0f3d3193c1c5fcb69c984f13deccf935bae6a0bbfde10ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc65049aa30f99cfa0f3d3193c1c5fcb69c984f13deccf935bae6a0bbfde10ee", kill_on_drop: false }` [INFO] [stdout] fc65049aa30f99cfa0f3d3193c1c5fcb69c984f13deccf935bae6a0bbfde10ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a8e1e520ee42678f7bdc8e1dc0fd03658bd254429a0c14d27aa55de92f4d843 [INFO] running `Command { std: "docker" "start" "-a" "8a8e1e520ee42678f7bdc8e1dc0fd03658bd254429a0c14d27aa55de92f4d843", kill_on_drop: false }` [INFO] [stderr] Compiling rizzy v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.61s [INFO] running `Command { std: "docker" "inspect" "8a8e1e520ee42678f7bdc8e1dc0fd03658bd254429a0c14d27aa55de92f4d843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a8e1e520ee42678f7bdc8e1dc0fd03658bd254429a0c14d27aa55de92f4d843", kill_on_drop: false }` [INFO] [stdout] 8a8e1e520ee42678f7bdc8e1dc0fd03658bd254429a0c14d27aa55de92f4d843 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 10a009a0f9d27043ab56256ddbe85f12f6a06d1fd26163877f1ba1cb81dc7c58 [INFO] running `Command { std: "docker" "start" "-a" "10a009a0f9d27043ab56256ddbe85f12f6a06d1fd26163877f1ba1cb81dc7c58", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.27s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rizzy-734568d82779ce4c) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test rizzy::tests::should_replace_dates_6 ... ok [INFO] [stdout] test rizzy::tests::should_replace_dates_5 ... ok [INFO] [stdout] test rizzy::tests::should_replace_dates_3 ... ok [INFO] [stdout] test rizzy::tests::should_apply_format ... ok [INFO] [stdout] test rizzy::tests::should_replace_dates_1 ... ok [INFO] [stdout] test rizzy::tests::should_replace_dates_4 ... ok [INFO] [stdout] test rizzy::tests::should_replace_dates_2 ... ok [INFO] [stdout] test rizzy::tests::should_replace_multiple_matches ... ok [INFO] [stdout] test rizzy::tests::should_convert_epoch_nanos ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "10a009a0f9d27043ab56256ddbe85f12f6a06d1fd26163877f1ba1cb81dc7c58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10a009a0f9d27043ab56256ddbe85f12f6a06d1fd26163877f1ba1cb81dc7c58", kill_on_drop: false }` [INFO] [stdout] 10a009a0f9d27043ab56256ddbe85f12f6a06d1fd26163877f1ba1cb81dc7c58