[INFO] cloning repository https://github.com/uutils/findutils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uutils/findutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuutils%2Ffindutils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuutils%2Ffindutils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3287a978f66723aacb704de159aceff0d0f5a86 [INFO] checking uutils/findutils against try#1bced552f1758b8f979780b55c326f0a39c51181 for pr-108867 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuutils%2Ffindutils" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uutils/findutils on toolchain 1bced552f1758b8f979780b55c326f0a39c51181 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bced552f1758b8f979780b55c326f0a39c51181" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/uutils/findutils [INFO] finished tweaking git repo https://github.com/uutils/findutils [INFO] tweaked toml for git repo https://github.com/uutils/findutils written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/uutils/findutils 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" "+1bced552f1758b8f979780b55c326f0a39c51181" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+1bced552f1758b8f979780b55c326f0a39c51181" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d114fb1184b525b0974e1ad89648888c2d7e208b12c3d5fcbb94b61bae5d276 [INFO] running `Command { std: "docker" "start" "-a" "2d114fb1184b525b0974e1ad89648888c2d7e208b12c3d5fcbb94b61bae5d276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d114fb1184b525b0974e1ad89648888c2d7e208b12c3d5fcbb94b61bae5d276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d114fb1184b525b0974e1ad89648888c2d7e208b12c3d5fcbb94b61bae5d276", kill_on_drop: false }` [INFO] [stdout] 2d114fb1184b525b0974e1ad89648888c2d7e208b12c3d5fcbb94b61bae5d276 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/opt/rustwide/cargo-home/bin/cargo" "+1bced552f1758b8f979780b55c326f0a39c51181" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9757faf922a0853ff015cfafa3432f6eff3df03f1b75c10e6505d3cfa4ae7422 [INFO] running `Command { std: "docker" "start" "-a" "9757faf922a0853ff015cfafa3432f6eff3df03f1b75c10e6505d3cfa4ae7422", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling libloading v0.7.2 [INFO] [stderr] Compiling clang-sys v1.3.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking nix v0.23.1 [INFO] [stderr] Checking os_display v0.1.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking wild v2.0.4 [INFO] [stderr] Checking iana-time-zone v0.1.47 [INFO] [stderr] Checking dunce v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking chrono v0.4.23 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking faccess v0.2.4 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling syn v1.0.94 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking predicates-core v1.0.1 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking uucore v0.0.12 [INFO] [stderr] Checking predicates-tree v1.0.1 [INFO] [stderr] Checking bstr v1.0.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking dashmap v5.3.4 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking filetime v0.2.19 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking predicates v2.1.5 [INFO] [stderr] Checking assert_cmd v2.0.8 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Compiling onig_sys v69.8.1 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Compiling serial_test_derive v1.0.0 [INFO] [stderr] Checking serial_test v1.0.0 [INFO] [stderr] Checking onig v6.4.0 [INFO] [stderr] Checking findutils v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `chrono::TimeZone::ymd`: use `with_ymd_and_hms()` instead [INFO] [stdout] --> src/find/matchers/printf.rs:1043:14 [INFO] [stdout] | [INFO] [stdout] 1043 | .ymd(2000, 01, 15) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `chrono::Date::::and_hms_nano`: Use and_hms_nano_opt() instead [INFO] [stdout] --> src/find/matchers/printf.rs:1044:14 [INFO] [stdout] | [INFO] [stdout] 1044 | .and_hms_nano(09, 30, 21, 2000000); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.96s [INFO] running `Command { std: "docker" "inspect" "9757faf922a0853ff015cfafa3432f6eff3df03f1b75c10e6505d3cfa4ae7422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9757faf922a0853ff015cfafa3432f6eff3df03f1b75c10e6505d3cfa4ae7422", kill_on_drop: false }` [INFO] [stdout] 9757faf922a0853ff015cfafa3432f6eff3df03f1b75c10e6505d3cfa4ae7422