[INFO] updating cached repository jchristopherinc/postgrust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jchristopherinc/postgrust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jchristopherinc/postgrust" "work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jchristopherinc/postgrust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jchristopherinc/postgrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jchristopherinc/postgrust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] feb1477bbf1ad41102c890caafdabd007214a202 [INFO] sha for GitHub repo jchristopherinc/postgrust: feb1477bbf1ad41102c890caafdabd007214a202 [INFO] validating manifest of jchristopherinc/postgrust on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jchristopherinc/postgrust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jchristopherinc/postgrust [INFO] finished frobbing jchristopherinc/postgrust [INFO] frobbed toml for jchristopherinc/postgrust written to work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust/Cargo.toml [INFO] started frobbing jchristopherinc/postgrust [INFO] finished frobbing jchristopherinc/postgrust [INFO] frobbed toml for jchristopherinc/postgrust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jchristopherinc/postgrust/Cargo.toml [INFO] crate jchristopherinc/postgrust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing jchristopherinc/postgrust against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 868779042f6913c248c3610460e3f0a2b9cd78e51caa8586028e755d2ff91363 [INFO] running `"docker" "start" "-a" "868779042f6913c248c3610460e3f0a2b9cd78e51caa8586028e755d2ff91363"` [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling socket2 v0.3.9 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling postgres-protocol v0.3.2 [INFO] [stderr] Compiling r2d2 v0.8.4 [INFO] [stderr] Compiling postgres-shared v0.4.2 [INFO] [stderr] Compiling config v0.9.3 [INFO] [stderr] Compiling postgres v0.15.2 [INFO] [stderr] Compiling r2d2_postgres v0.14.0 [INFO] [stderr] Compiling postgrust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `seq_scans` should have an upper camel case name [INFO] [stderr] --> src/main.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | seq_scans, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SeqScans` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `active_queries` should have an upper camel case name [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | active_queries [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActiveQueries` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.12s [INFO] running `"docker" "inspect" "868779042f6913c248c3610460e3f0a2b9cd78e51caa8586028e755d2ff91363"` [INFO] running `"docker" "rm" "-f" "868779042f6913c248c3610460e3f0a2b9cd78e51caa8586028e755d2ff91363"` [INFO] [stdout] 868779042f6913c248c3610460e3f0a2b9cd78e51caa8586028e755d2ff91363 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3cef558da2cab5dcd73139fb0114885d8b83fee83710bc75bc403b8386f91e07 [INFO] running `"docker" "start" "-a" "3cef558da2cab5dcd73139fb0114885d8b83fee83710bc75bc403b8386f91e07"` [INFO] [stderr] Compiling postgrust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variant `seq_scans` should have an upper camel case name [INFO] [stderr] --> src/main.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | seq_scans, [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `SeqScans` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant `active_queries` should have an upper camel case name [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | active_queries [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `ActiveQueries` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.14s [INFO] running `"docker" "inspect" "3cef558da2cab5dcd73139fb0114885d8b83fee83710bc75bc403b8386f91e07"` [INFO] running `"docker" "rm" "-f" "3cef558da2cab5dcd73139fb0114885d8b83fee83710bc75bc403b8386f91e07"` [INFO] [stdout] 3cef558da2cab5dcd73139fb0114885d8b83fee83710bc75bc403b8386f91e07 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jchristopherinc/postgrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 0b10aa75cadacda7731c48f7cbbe2b8ba4ddf34658419bad9830db272b4b186c [INFO] running `"docker" "start" "-a" "0b10aa75cadacda7731c48f7cbbe2b8ba4ddf34658419bad9830db272b4b186c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/postgrust-f3c66db6daefb600 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0b10aa75cadacda7731c48f7cbbe2b8ba4ddf34658419bad9830db272b4b186c"` [INFO] running `"docker" "rm" "-f" "0b10aa75cadacda7731c48f7cbbe2b8ba4ddf34658419bad9830db272b4b186c"` [INFO] [stdout] 0b10aa75cadacda7731c48f7cbbe2b8ba4ddf34658419bad9830db272b4b186c