[INFO] updating cached repository https://github.com/fifc/my2postgres [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 270e5b9109e5e3c06451881d2e06ac25d71ca5fd [INFO] checking fifc/my2postgres against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffifc%2Fmy2postgres" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fifc/my2postgres on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fifc/my2postgres [INFO] removed workspace from git repo https://github.com/fifc/my2postgres [INFO] finished tweaking git repo https://github.com/fifc/my2postgres [INFO] tweaked toml for git repo https://github.com/fifc/my2postgres written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/fifc/my2postgres already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 11200239f9ddf15e96e47cc9db3b7d1487d59a647e4f0c1ff25c9ca5b08ec729 [INFO] running `"docker" "start" "-a" "11200239f9ddf15e96e47cc9db3b7d1487d59a647e4f0c1ff25c9ca5b08ec729"` [INFO] [stderr] Compiling openssl v0.10.27 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling lexical-core v0.6.2 [INFO] [stderr] Compiling lexical v4.0.0 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking num-iter v0.1.40 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking sha2 v0.8.1 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking serde_json v1.0.45 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking postgres-protocol v0.5.0 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking postgres-types v0.1.0 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking rust_decimal v1.2.0 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking nom v5.1.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking mysql_common v0.20.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking tokio-postgres v0.5.2 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking mysql_async v0.21.1 [INFO] [stderr] Checking deadpool v0.5.1 [INFO] [stderr] Checking deadpool-postgres v0.5.4 [INFO] [stderr] Checking my2pg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/stream.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | const STEP:usize = (BATCH_NUM as usize/1000*100); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/stream.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | const STEP:usize = (BATCH_NUM as usize/1000*100); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "11200239f9ddf15e96e47cc9db3b7d1487d59a647e4f0c1ff25c9ca5b08ec729"` [INFO] running `"docker" "rm" "-f" "11200239f9ddf15e96e47cc9db3b7d1487d59a647e4f0c1ff25c9ca5b08ec729"` [INFO] [stdout] 11200239f9ddf15e96e47cc9db3b7d1487d59a647e4f0c1ff25c9ca5b08ec729