[INFO] cloning repository https://github.com/moparisthebest/kiss-ftpd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moparisthebest/kiss-ftpd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoparisthebest%2Fkiss-ftpd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoparisthebest%2Fkiss-ftpd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7c7a292997dd22b38dbebc64ee630ef95d92628 [INFO] checking moparisthebest/kiss-ftpd against master#30b3f35c420694a4f24e5a4df00f06073f4f3a37 for pr-94081 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoparisthebest%2Fkiss-ftpd" "/workspace/builds/worker-104/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-104/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/moparisthebest/kiss-ftpd on toolchain 30b3f35c420694a4f24e5a4df00f06073f4f3a37 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/moparisthebest/kiss-ftpd [INFO] finished tweaking git repo https://github.com/moparisthebest/kiss-ftpd [INFO] tweaked toml for git repo https://github.com/moparisthebest/kiss-ftpd written to /workspace/builds/worker-104/source/Cargo.toml [INFO] crate git repo https://github.com/moparisthebest/kiss-ftpd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "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-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44fd0ce43cd4002fcb0082d2bf63ae95ea172c46b7d5e6b5d8fa9bbbc55a19bb [INFO] running `Command { std: "docker" "start" "-a" "44fd0ce43cd4002fcb0082d2bf63ae95ea172c46b7d5e6b5d8fa9bbbc55a19bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44fd0ce43cd4002fcb0082d2bf63ae95ea172c46b7d5e6b5d8fa9bbbc55a19bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44fd0ce43cd4002fcb0082d2bf63ae95ea172c46b7d5e6b5d8fa9bbbc55a19bb", kill_on_drop: false }` [INFO] [stdout] 44fd0ce43cd4002fcb0082d2bf63ae95ea172c46b7d5e6b5d8fa9bbbc55a19bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-104/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+30b3f35c420694a4f24e5a4df00f06073f4f3a37" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83d6e707fb87265b4a8f974e78778bf13d4bd7eb42882472eb598eb4815fd50a [INFO] running `Command { std: "docker" "start" "-a" "83d6e707fb87265b4a8f974e78778bf13d4bd7eb42882472eb598eb4815fd50a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling protobuf v2.24.1 [INFO] [stderr] Checking atomic-shim v0.1.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling prometheus v0.12.0 [INFO] [stderr] Checking arc-swap v1.3.0 [INFO] [stderr] Compiling moka v0.3.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking std_prelude v0.2.12 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking raw-cpuid v9.0.0 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking slog-scope v4.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking slog-stdlog v4.1.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking mio v0.7.13 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking quanta v0.7.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking const-random v0.1.13 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking cht v0.4.1 [INFO] [stderr] Checking stfu8 v0.2.4 [INFO] [stderr] Checking env_logger v0.8.4 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling derive_more v0.99.14 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking pin-project v1.0.7 [INFO] [stderr] Checking thiserror v1.0.25 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-rustls v0.22.0 [INFO] [stderr] Checking tokio-stream v0.1.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking path_abs v0.5.1 [INFO] [stderr] Checking proxy-protocol v0.3.0 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking libunftp v0.17.4 [INFO] [stderr] Checking unftp-sbe-fs v0.1.1 [INFO] [stderr] Checking kiss-ftpd v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "83d6e707fb87265b4a8f974e78778bf13d4bd7eb42882472eb598eb4815fd50a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83d6e707fb87265b4a8f974e78778bf13d4bd7eb42882472eb598eb4815fd50a", kill_on_drop: false }` [INFO] [stdout] 83d6e707fb87265b4a8f974e78778bf13d4bd7eb42882472eb598eb4815fd50a