Oct 21 11:57:08.042 INFO checking ysimonson/juniper-poc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 11:57:08.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 21 11:57:08.562 INFO blam! 4e1e5a91f9037015bf9d8553e7a56e34fe3d798c96a3537ae6d2b855311209f6 Oct 21 11:57:08.563 INFO running `"docker" "start" "-a" "4e1e5a91f9037015bf9d8553e7a56e34fe3d798c96a3537ae6d2b855311209f6"` Oct 21 11:57:10.796 INFO kablam! usermod: no changes Oct 21 11:57:11.074 INFO kablam! Compiling libc v0.2.40 Oct 21 11:57:11.084 INFO kablam! Checking byteorder v1.2.2 Oct 21 11:57:11.092 INFO kablam! Checking modifier v0.1.0 Oct 21 11:57:11.092 INFO kablam! Checking itoa v0.4.1 Oct 21 11:57:11.092 INFO kablam! Checking serde v1.0.43 Oct 21 11:57:11.092 INFO kablam! Checking uuid v0.5.1 Oct 21 11:57:11.092 INFO kablam! Checking sequence_trie v0.3.5 Oct 21 11:57:12.109 INFO kablam! Compiling proc-macro2 v0.3.8 Oct 21 11:57:13.078 INFO kablam! Checking num-integer v0.1.36 Oct 21 11:57:13.285 INFO kablam! Compiling syn v0.11.11 Oct 21 11:57:13.590 INFO kablam! Checking mime v0.2.6 Oct 21 11:57:15.469 INFO kablam! Checking plugin v0.2.6 Oct 21 11:57:15.861 INFO kablam! Compiling phf_shared v0.7.22 Oct 21 11:57:16.760 INFO kablam! Checking base64 v0.6.0 Oct 21 11:57:18.204 INFO kablam! Checking phf v0.7.22 Oct 21 11:57:19.290 INFO kablam! Checking time v0.1.39 Oct 21 11:57:19.290 INFO kablam! Checking num_cpus v1.8.0 Oct 21 11:57:19.980 INFO kablam! Compiling rand v0.4.2 Oct 21 11:57:21.472 INFO kablam! Checking hyper v0.10.13 Oct 21 11:57:24.657 INFO kablam! Checking chrono v0.4.2 Oct 21 11:57:25.645 INFO kablam! Compiling quote v0.5.2 Oct 21 11:57:32.945 INFO kablam! Compiling syn v0.13.4 Oct 21 11:57:33.792 INFO kablam! Compiling juniper_codegen v0.9.2 Oct 21 11:57:34.440 INFO kablam! Compiling phf_generator v0.7.22 Oct 21 11:57:35.172 INFO kablam! Compiling phf_codegen v0.7.22 Oct 21 11:57:35.800 INFO kablam! Compiling mime_guess v1.8.4 Oct 21 11:57:42.844 INFO kablam! Checking iron v0.6.0 Oct 21 11:57:43.720 INFO kablam! Checking persistent v0.4.0 Oct 21 11:57:43.720 INFO kablam! Checking mount v0.4.0 Oct 21 11:57:47.960 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 21 11:57:48.624 INFO kablam! Checking serde_json v1.0.16 Oct 21 11:57:48.624 INFO kablam! Checking ordermap v0.2.13 Oct 21 11:57:51.046 INFO kablam! Compiling serde_derive v1.0.43 Oct 21 11:57:51.473 INFO kablam! Checking bodyparser v0.8.0 Oct 21 11:57:52.148 INFO kablam! Checking urlencoded v0.6.0 Oct 21 11:58:00.650 INFO kablam! Checking juniper v0.9.2 Oct 21 11:58:04.537 INFO kablam! Checking juniper_iron v0.1.2 Oct 21 11:58:05.051 INFO kablam! Checking juniper_poc v0.1.0 (/source) Oct 21 11:58:05.413 INFO kablam! warning: unused import: `juniper::EmptyMutation` Oct 21 11:58:05.413 INFO kablam! --> src/main.rs:8:5 Oct 21 11:58:05.413 INFO kablam! | Oct 21 11:58:05.414 INFO kablam! 8 | use juniper::EmptyMutation; Oct 21 11:58:05.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.414 INFO kablam! | Oct 21 11:58:05.414 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 11:58:05.414 INFO kablam! Oct 21 11:58:05.504 INFO kablam! warning: private type `RootQuery` in public interface (error E0446) Oct 21 11:58:05.504 INFO kablam! --> src/main.rs:28:1 Oct 21 11:58:05.504 INFO kablam! | Oct 21 11:58:05.504 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 21 11:58:05.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.504 INFO kablam! | Oct 21 11:58:05.504 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 11:58:05.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 11:58:05.504 INFO kablam! = note: for more information, see issue #34537 Oct 21 11:58:05.504 INFO kablam! Oct 21 11:58:05.504 INFO kablam! warning: private type `RootMutation` in public interface (error E0446) Oct 21 11:58:05.504 INFO kablam! --> src/main.rs:28:1 Oct 21 11:58:05.504 INFO kablam! | Oct 21 11:58:05.505 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 21 11:58:05.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.505 INFO kablam! | Oct 21 11:58:05.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 11:58:05.505 INFO kablam! = note: for more information, see issue #34537 Oct 21 11:58:05.505 INFO kablam! Oct 21 11:58:05.588 INFO kablam! warning: unused import: `juniper::EmptyMutation` Oct 21 11:58:05.588 INFO kablam! --> src/main.rs:8:5 Oct 21 11:58:05.588 INFO kablam! | Oct 21 11:58:05.588 INFO kablam! 8 | use juniper::EmptyMutation; Oct 21 11:58:05.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.588 INFO kablam! | Oct 21 11:58:05.588 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 11:58:05.588 INFO kablam! Oct 21 11:58:05.664 INFO kablam! warning: private type `RootQuery` in public interface (error E0446) Oct 21 11:58:05.664 INFO kablam! --> src/main.rs:28:1 Oct 21 11:58:05.664 INFO kablam! | Oct 21 11:58:05.664 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 21 11:58:05.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.664 INFO kablam! | Oct 21 11:58:05.664 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 11:58:05.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 11:58:05.664 INFO kablam! = note: for more information, see issue #34537 Oct 21 11:58:05.664 INFO kablam! Oct 21 11:58:05.664 INFO kablam! warning: private type `RootMutation` in public interface (error E0446) Oct 21 11:58:05.664 INFO kablam! --> src/main.rs:28:1 Oct 21 11:58:05.664 INFO kablam! | Oct 21 11:58:05.664 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 21 11:58:05.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 11:58:05.664 INFO kablam! | Oct 21 11:58:05.664 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 11:58:05.664 INFO kablam! = note: for more information, see issue #34537 Oct 21 11:58:05.664 INFO kablam! Oct 21 11:58:05.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.88s Oct 21 11:58:05.724 INFO kablam! su: No module specific data is present Oct 21 11:58:06.612 INFO running `"docker" "rm" "-f" "4e1e5a91f9037015bf9d8553e7a56e34fe3d798c96a3537ae6d2b855311209f6"` Oct 21 11:58:06.897 INFO blam! 4e1e5a91f9037015bf9d8553e7a56e34fe3d798c96a3537ae6d2b855311209f6