[INFO] cloning repository https://github.com/thecasualcoder/tztail [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thecasualcoder/tztail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthecasualcoder%2Ftztail", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthecasualcoder%2Ftztail'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6c94e1392d5c7915f56d3bb74768cd07ce5d11ca [INFO] checking thecasualcoder/tztail against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthecasualcoder%2Ftztail" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thecasualcoder/tztail on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thecasualcoder/tztail [INFO] finished tweaking git repo https://github.com/thecasualcoder/tztail [INFO] tweaked toml for git repo https://github.com/thecasualcoder/tztail written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/thecasualcoder/tztail already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31ff7c0a9c7fbaf835a52ddd402210bbde14ec2cae8ad83705ee185693e57328 [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" "31ff7c0a9c7fbaf835a52ddd402210bbde14ec2cae8ad83705ee185693e57328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31ff7c0a9c7fbaf835a52ddd402210bbde14ec2cae8ad83705ee185693e57328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31ff7c0a9c7fbaf835a52ddd402210bbde14ec2cae8ad83705ee185693e57328", kill_on_drop: false }` [INFO] [stdout] 31ff7c0a9c7fbaf835a52ddd402210bbde14ec2cae8ad83705ee185693e57328 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54b0aa532821b817aa075c647c492bbf368e0484736cb2c2d250e339e1cee4ae [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" "54b0aa532821b817aa075c647c492bbf368e0484736cb2c2d250e339e1cee4ae", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling ucd-util v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Checking itoa v0.4.3 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking colored v1.6.1 [INFO] [stderr] Checking regex-syntax v0.6.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking predicates v1.0.0 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling parse-zoneinfo v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling chrono-tz v0.5.0 [INFO] [stderr] Checking serde v1.0.80 [INFO] [stderr] Checking tztail v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking serde_json v1.0.33 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:84:59 [INFO] [stdout] | [INFO] [stdout] 84 | eprintln!("{}: {}", "Exited while reading lines", err.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/converter.rs:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/converter.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/converter.rs:245:10 [INFO] [stdout] | [INFO] [stdout] 245 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:84:59 [INFO] [stdout] | [INFO] [stdout] 84 | eprintln!("{}: {}", "Exited while reading lines", err.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.20s [INFO] running `Command { std: "docker" "inspect" "54b0aa532821b817aa075c647c492bbf368e0484736cb2c2d250e339e1cee4ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54b0aa532821b817aa075c647c492bbf368e0484736cb2c2d250e339e1cee4ae", kill_on_drop: false }` [INFO] [stdout] 54b0aa532821b817aa075c647c492bbf368e0484736cb2c2d250e339e1cee4ae