[INFO] cloning repository https://github.com/pixelistik/request_log_analyzer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pixelistik/request_log_analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelistik%2Frequest_log_analyzer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelistik%2Frequest_log_analyzer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0748de1e7bf337ac3f5ea13fd0c8deda7b971e20 [INFO] checking pixelistik/request_log_analyzer against master#c9228570668803e3e6402770d55f23a12c9ae686 for pr-79472 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpixelistik%2Frequest_log_analyzer" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pixelistik/request_log_analyzer on toolchain c9228570668803e3e6402770d55f23a12c9ae686 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pixelistik/request_log_analyzer [INFO] finished tweaking git repo https://github.com/pixelistik/request_log_analyzer [INFO] tweaked toml for git repo https://github.com/pixelistik/request_log_analyzer written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/pixelistik/request_log_analyzer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "metadata" "--no-deps" "--format-version=1", 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] 32ca2ccd32b7b383d2286b0b5df4ca75ee34b30fdddbb0f1e136ee8799bb28cf [INFO] running `Command { std: "docker" "start" "-a" "32ca2ccd32b7b383d2286b0b5df4ca75ee34b30fdddbb0f1e136ee8799bb28cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32ca2ccd32b7b383d2286b0b5df4ca75ee34b30fdddbb0f1e136ee8799bb28cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ca2ccd32b7b383d2286b0b5df4ca75ee34b30fdddbb0f1e136ee8799bb28cf", kill_on_drop: false }` [INFO] [stdout] 32ca2ccd32b7b383d2286b0b5df4ca75ee34b30fdddbb0f1e136ee8799bb28cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+c9228570668803e3e6402770d55f23a12c9ae686" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43a292182fe6401d4c4e42e2261318a96ab426cf1e4ef193d8389e19e51aeeb4 [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" "43a292182fe6401d4c4e42e2261318a96ab426cf1e4ef193d8389e19e51aeeb4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling protobuf v2.8.1 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Compiling prometheus v0.9.0 [INFO] [stderr] Checking termcolor v1.0.5 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking aggregated_stats v0.1.0 (https://github.com/pixelistik/aggregated_stats#1aca2f9f) [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking backtrace-sys v0.1.31 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking flate2 v1.0.18 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking env_logger v0.8.1 [INFO] [stderr] Compiling synstructure v0.12.1 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking thiserror v1.0.11 [INFO] [stderr] Checking request_log_analyzer v4.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.76s [INFO] running `Command { std: "docker" "inspect" "43a292182fe6401d4c4e42e2261318a96ab426cf1e4ef193d8389e19e51aeeb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43a292182fe6401d4c4e42e2261318a96ab426cf1e4ef193d8389e19e51aeeb4", kill_on_drop: false }` [INFO] [stdout] 43a292182fe6401d4c4e42e2261318a96ab426cf1e4ef193d8389e19e51aeeb4