[INFO] updating cached repository tomhoule/postgraphql-experiment [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tomhoule/postgraphql-experiment [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tomhoule/postgraphql-experiment" "work/ex/beta-1.37-6/sources/1.36.0/gh/tomhoule/postgraphql-experiment"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/tomhoule/postgraphql-experiment'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tomhoule/postgraphql-experiment" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2a467cab3481f105188e41c44d927d4f26abcc2d [INFO] sha for GitHub repo tomhoule/postgraphql-experiment: 2a467cab3481f105188e41c44d927d4f26abcc2d [INFO] validating manifest of tomhoule/postgraphql-experiment 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 tomhoule/postgraphql-experiment 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 tomhoule/postgraphql-experiment [INFO] finished frobbing tomhoule/postgraphql-experiment [INFO] frobbed toml for tomhoule/postgraphql-experiment written to work/ex/beta-1.37-6/sources/1.36.0/gh/tomhoule/postgraphql-experiment/Cargo.toml [INFO] started frobbing tomhoule/postgraphql-experiment [INFO] finished frobbing tomhoule/postgraphql-experiment [INFO] frobbed toml for tomhoule/postgraphql-experiment written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment/Cargo.toml [INFO] crate tomhoule/postgraphql-experiment 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] testing tomhoule/postgraphql-experiment against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0cfabedd4c15d609d962b78b7719c9fb92498f069ea07c881363713d3a25395e [INFO] running `"docker" "start" "-a" "0cfabedd4c15d609d962b78b7719c9fb92498f069ea07c881363713d3a25395e"` [INFO] [stderr] Compiling serde v1.0.23 [INFO] [stderr] Compiling sequence_trie v0.2.1 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling juniper_codegen v0.9.1 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling diesel_derives v0.99.0 [INFO] [stderr] Compiling diesel v0.99.0 [INFO] [stderr] Compiling serde_derive v1.0.23 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling mount v0.3.0 [INFO] [stderr] Compiling bodyparser v0.5.0 [INFO] [stderr] Compiling ordermap v0.2.13 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling urlencoded v0.5.0 [INFO] [stderr] Compiling juniper v0.9.1 [INFO] [stderr] Compiling juniper_iron v0.1.1 [INFO] [stderr] Compiling postgraphql-experiment v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate juniper_codegen; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `"docker" "inspect" "0cfabedd4c15d609d962b78b7719c9fb92498f069ea07c881363713d3a25395e"` [INFO] running `"docker" "rm" "-f" "0cfabedd4c15d609d962b78b7719c9fb92498f069ea07c881363713d3a25395e"` [INFO] [stdout] 0cfabedd4c15d609d962b78b7719c9fb92498f069ea07c881363713d3a25395e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 014660b7886da4fe4f3656f4305f1455095135d7b8c60dba82bda5359f69fcd2 [INFO] running `"docker" "start" "-a" "014660b7886da4fe4f3656f4305f1455095135d7b8c60dba82bda5359f69fcd2"` [INFO] [stderr] Compiling postgraphql-experiment v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate juniper_codegen; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.32s [INFO] running `"docker" "inspect" "014660b7886da4fe4f3656f4305f1455095135d7b8c60dba82bda5359f69fcd2"` [INFO] running `"docker" "rm" "-f" "014660b7886da4fe4f3656f4305f1455095135d7b8c60dba82bda5359f69fcd2"` [INFO] [stdout] 014660b7886da4fe4f3656f4305f1455095135d7b8c60dba82bda5359f69fcd2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/tomhoule/postgraphql-experiment:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 1e132385d9dfbd547884f7db070c57d128e0e6963363064612fd611b8e6efecd [INFO] running `"docker" "start" "-a" "1e132385d9dfbd547884f7db070c57d128e0e6963363064612fd611b8e6efecd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/postgraphql_experiment-5132b02dafb27409 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/postgraphql_experiment-e236ca6243a6fc29 [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests postgraphql-experiment [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "1e132385d9dfbd547884f7db070c57d128e0e6963363064612fd611b8e6efecd"` [INFO] running `"docker" "rm" "-f" "1e132385d9dfbd547884f7db070c57d128e0e6963363064612fd611b8e6efecd"` [INFO] [stdout] 1e132385d9dfbd547884f7db070c57d128e0e6963363064612fd611b8e6efecd