[INFO] cloning repository https://github.com/Exidnus/time-fix-stat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Exidnus/time-fix-stat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExidnus%2Ftime-fix-stat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExidnus%2Ftime-fix-stat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f98a9e3e92d88a23f822705c70ed70c51bf39b28 [INFO] checking Exidnus/time-fix-stat against try#961316100510fe780d266d35bcf68702fbb049e5 for pr-78935-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExidnus%2Ftime-fix-stat" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Exidnus/time-fix-stat on toolchain 961316100510fe780d266d35bcf68702fbb049e5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+961316100510fe780d266d35bcf68702fbb049e5" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Exidnus/time-fix-stat [INFO] finished tweaking git repo https://github.com/Exidnus/time-fix-stat [INFO] tweaked toml for git repo https://github.com/Exidnus/time-fix-stat written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Exidnus/time-fix-stat already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+961316100510fe780d266d35bcf68702fbb049e5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+961316100510fe780d266d35bcf68702fbb049e5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07a576c900dd9943fb325962e4fa14f996dbba7c6f49a9f4c21e041adc828c6c [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" "07a576c900dd9943fb325962e4fa14f996dbba7c6f49a9f4c21e041adc828c6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07a576c900dd9943fb325962e4fa14f996dbba7c6f49a9f4c21e041adc828c6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07a576c900dd9943fb325962e4fa14f996dbba7c6f49a9f4c21e041adc828c6c", kill_on_drop: false }` [INFO] [stdout] 07a576c900dd9943fb325962e4fa14f996dbba7c6f49a9f4c21e041adc828c6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+961316100510fe780d266d35bcf68702fbb049e5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d69c3a4b010da5b94327e91a0ad90399742cc532eec3b2271ad523820204da70 [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" "d69c3a4b010da5b94327e91a0ad90399742cc532eec3b2271ad523820204da70", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Checking smallvec v0.6.9 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking byte-tools v0.2.0 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Checking safemem v0.3.0 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking fallible-iterator v0.1.6 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking block-buffer v0.3.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Checking unicode-normalization v0.1.8 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking gzip-header v0.2.0 [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Checking buf_redux v0.8.1 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking socket2 v0.3.9 [INFO] [stderr] Checking filetime v0.2.6 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking multipart v0.15.4 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking rouille v3.0.0 [INFO] [stderr] Checking time-fix-stat v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/main.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | use postgres::{Connection, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> src/main.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | use postgres::{Connection, Error}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `Command { std: "docker" "inspect" "d69c3a4b010da5b94327e91a0ad90399742cc532eec3b2271ad523820204da70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69c3a4b010da5b94327e91a0ad90399742cc532eec3b2271ad523820204da70", kill_on_drop: false }` [INFO] [stdout] d69c3a4b010da5b94327e91a0ad90399742cc532eec3b2271ad523820204da70