Nov 16 07:20:57.627 INFO testing ysimonson/juniper-poc against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 07:20:57.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 07:20:58.179 INFO [stdout] 2805881c172bc4bc876363593d9843aa4b105bd54c7afdf7c56b9c3b35a774ec Nov 16 07:20:58.182 INFO running `"docker" "start" "-a" "2805881c172bc4bc876363593d9843aa4b105bd54c7afdf7c56b9c3b35a774ec"` Nov 16 07:20:59.822 INFO [stderr] usermod: no changes Nov 16 07:21:00.007 INFO [stderr] Compiling byteorder v1.2.2 Nov 16 07:21:00.007 INFO [stderr] Compiling serde v1.0.43 Nov 16 07:21:00.007 INFO [stderr] Compiling num-traits v0.2.2 Nov 16 07:21:00.015 INFO [stderr] Compiling uuid v0.5.1 Nov 16 07:21:00.015 INFO [stderr] Compiling sequence_trie v0.3.5 Nov 16 07:21:00.015 INFO [stderr] Compiling rand v0.4.2 Nov 16 07:21:00.015 INFO [stderr] Compiling time v0.1.39 Nov 16 07:21:00.015 INFO [stderr] Compiling num_cpus v1.8.0 Nov 16 07:21:05.088 INFO [stderr] Compiling syn v0.11.11 Nov 16 07:21:05.088 INFO [stderr] Compiling mime v0.2.6 Nov 16 07:21:05.175 INFO [stderr] Compiling syn v0.13.4 Nov 16 07:21:05.720 INFO [stderr] Compiling phf_shared v0.7.22 Nov 16 07:21:07.715 INFO [stderr] Compiling base64 v0.6.0 Nov 16 07:21:13.996 INFO [stderr] Compiling phf v0.7.22 Nov 16 07:21:14.040 INFO [stderr] Compiling hyper v0.10.13 Nov 16 07:21:14.080 INFO [stderr] Compiling num-integer v0.1.36 Nov 16 07:21:14.264 INFO [stderr] Compiling phf_generator v0.7.22 Nov 16 07:21:15.567 INFO [stderr] Compiling phf_codegen v0.7.22 Nov 16 07:21:16.181 INFO [stderr] Compiling chrono v0.4.2 Nov 16 07:21:17.194 INFO [stderr] Compiling mime_guess v1.8.4 Nov 16 07:21:34.106 INFO [stderr] Compiling juniper_codegen v0.9.2 Nov 16 07:21:46.399 INFO [stderr] Compiling serde_derive_internals v0.23.1 Nov 16 07:21:52.595 INFO [stderr] Compiling iron v0.6.0 Nov 16 07:21:54.258 INFO [stderr] Compiling serde_derive v1.0.43 Nov 16 07:21:55.414 INFO [stderr] Compiling persistent v0.4.0 Nov 16 07:21:55.414 INFO [stderr] Compiling mount v0.4.0 Nov 16 07:21:59.583 INFO [stderr] Compiling serde_json v1.0.16 Nov 16 07:21:59.584 INFO [stderr] Compiling ordermap v0.2.13 Nov 16 07:22:06.137 INFO [stderr] Compiling bodyparser v0.8.0 Nov 16 07:22:08.179 INFO [stderr] Compiling urlencoded v0.6.0 Nov 16 07:22:11.784 INFO [stderr] Compiling juniper v0.9.2 Nov 16 07:22:27.318 INFO [stderr] Compiling juniper_iron v0.1.2 Nov 16 07:22:28.471 INFO [stderr] Compiling juniper_poc v0.1.0 (/source) Nov 16 07:22:28.743 INFO [stderr] warning: unused import: `juniper::EmptyMutation` Nov 16 07:22:28.743 INFO [stderr] --> src/main.rs:8:5 Nov 16 07:22:28.743 INFO [stderr] | Nov 16 07:22:28.743 INFO [stderr] 8 | use juniper::EmptyMutation; Nov 16 07:22:28.743 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:28.743 INFO [stderr] | Nov 16 07:22:28.743 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 07:22:28.743 INFO [stderr] Nov 16 07:22:28.811 INFO [stderr] warning: private type `RootQuery` in public interface (error E0446) Nov 16 07:22:28.811 INFO [stderr] --> src/main.rs:28:1 Nov 16 07:22:28.811 INFO [stderr] | Nov 16 07:22:28.811 INFO [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Nov 16 07:22:28.811 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:28.811 INFO [stderr] | Nov 16 07:22:28.811 INFO [stderr] = note: #[warn(private_in_public)] on by default Nov 16 07:22:28.811 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 07:22:28.811 INFO [stderr] = note: for more information, see issue #34537 Nov 16 07:22:28.811 INFO [stderr] Nov 16 07:22:28.811 INFO [stderr] warning: private type `RootMutation` in public interface (error E0446) Nov 16 07:22:28.811 INFO [stderr] --> src/main.rs:28:1 Nov 16 07:22:28.811 INFO [stderr] | Nov 16 07:22:28.811 INFO [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Nov 16 07:22:28.811 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:28.811 INFO [stderr] | Nov 16 07:22:28.812 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 07:22:28.812 INFO [stderr] = note: for more information, see issue #34537 Nov 16 07:22:28.812 INFO [stderr] Nov 16 07:22:32.999 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Nov 16 07:22:33.015 INFO [stderr] su: No module specific data is present Nov 16 07:22:33.631 INFO running `"docker" "inspect" "2805881c172bc4bc876363593d9843aa4b105bd54c7afdf7c56b9c3b35a774ec"` Nov 16 07:22:33.883 INFO running `"docker" "rm" "-f" "2805881c172bc4bc876363593d9843aa4b105bd54c7afdf7c56b9c3b35a774ec"` Nov 16 07:22:34.123 INFO [stdout] 2805881c172bc4bc876363593d9843aa4b105bd54c7afdf7c56b9c3b35a774ec Nov 16 07:22:34.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 07:22:34.642 INFO [stdout] 832696e6fc47c01f9bc196a67496e35cbc9ee5ed11216ac65713f3c05711162f Nov 16 07:22:34.645 INFO running `"docker" "start" "-a" "832696e6fc47c01f9bc196a67496e35cbc9ee5ed11216ac65713f3c05711162f"` Nov 16 07:22:35.375 INFO [stderr] usermod: no changes Nov 16 07:22:35.549 INFO [stderr] Compiling juniper_poc v0.1.0 (/source) Nov 16 07:22:35.799 INFO [stderr] warning: unused import: `juniper::EmptyMutation` Nov 16 07:22:35.799 INFO [stderr] --> src/main.rs:8:5 Nov 16 07:22:35.799 INFO [stderr] | Nov 16 07:22:35.799 INFO [stderr] 8 | use juniper::EmptyMutation; Nov 16 07:22:35.799 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:35.799 INFO [stderr] | Nov 16 07:22:35.799 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 07:22:35.799 INFO [stderr] Nov 16 07:22:35.855 INFO [stderr] warning: private type `RootQuery` in public interface (error E0446) Nov 16 07:22:35.855 INFO [stderr] --> src/main.rs:28:1 Nov 16 07:22:35.855 INFO [stderr] | Nov 16 07:22:35.855 INFO [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Nov 16 07:22:35.855 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:35.855 INFO [stderr] | Nov 16 07:22:35.855 INFO [stderr] = note: #[warn(private_in_public)] on by default Nov 16 07:22:35.855 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 07:22:35.855 INFO [stderr] = note: for more information, see issue #34537 Nov 16 07:22:35.855 INFO [stderr] Nov 16 07:22:35.855 INFO [stderr] warning: private type `RootMutation` in public interface (error E0446) Nov 16 07:22:35.855 INFO [stderr] --> src/main.rs:28:1 Nov 16 07:22:35.855 INFO [stderr] | Nov 16 07:22:35.855 INFO [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Nov 16 07:22:35.855 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 07:22:35.855 INFO [stderr] | Nov 16 07:22:35.855 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 07:22:35.855 INFO [stderr] = note: for more information, see issue #34537 Nov 16 07:22:35.855 INFO [stderr] Nov 16 07:22:36.320 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.90s Nov 16 07:22:36.320 INFO [stderr] su: No module specific data is present Nov 16 07:22:36.825 INFO running `"docker" "inspect" "832696e6fc47c01f9bc196a67496e35cbc9ee5ed11216ac65713f3c05711162f"` Nov 16 07:22:37.147 INFO running `"docker" "rm" "-f" "832696e6fc47c01f9bc196a67496e35cbc9ee5ed11216ac65713f3c05711162f"` Nov 16 07:22:37.399 INFO [stdout] 832696e6fc47c01f9bc196a67496e35cbc9ee5ed11216ac65713f3c05711162f Nov 16 07:22:37.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 07:22:37.885 INFO [stdout] 7e10329042416479d550f874c95f5893d07900cd4f071c166b1b3bd5e23a033d Nov 16 07:22:37.891 INFO running `"docker" "start" "-a" "7e10329042416479d550f874c95f5893d07900cd4f071c166b1b3bd5e23a033d"` Nov 16 07:22:38.844 INFO [stderr] usermod: no changes Nov 16 07:22:38.956 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Nov 16 07:22:38.970 INFO [stderr] Running /target/debug/deps/juniper_poc-6e2d9e23ea3a1aaa Nov 16 07:22:38.972 INFO [stdout] Nov 16 07:22:38.972 INFO [stdout] running 0 tests Nov 16 07:22:38.972 INFO [stdout] Nov 16 07:22:38.972 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:22:38.972 INFO [stdout] Nov 16 07:22:38.975 INFO [stderr] su: No module specific data is present Nov 16 07:22:39.304 INFO running `"docker" "inspect" "7e10329042416479d550f874c95f5893d07900cd4f071c166b1b3bd5e23a033d"` Nov 16 07:22:39.649 INFO running `"docker" "rm" "-f" "7e10329042416479d550f874c95f5893d07900cd4f071c166b1b3bd5e23a033d"` Nov 16 07:22:39.945 INFO [stdout] 7e10329042416479d550f874c95f5893d07900cd4f071c166b1b3bd5e23a033d