Oct 26 17:24:31.012 INFO checking ysimonson/juniper-poc against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:24:31.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 26 17:24:31.535 INFO blam! 2bb0cc9a89a9090605e383fc01525c546b14de962267841434d441bbb914173b Oct 26 17:24:31.543 INFO running `"docker" "start" "-a" "2bb0cc9a89a9090605e383fc01525c546b14de962267841434d441bbb914173b"` Oct 26 17:24:32.946 INFO kablam! usermod: no changes Oct 26 17:24:33.178 INFO kablam! Compiling libc v0.2.40 Oct 26 17:24:33.178 INFO kablam! Checking num-traits v0.2.2 Oct 26 17:24:33.178 INFO kablam! Checking serde v1.0.43 Oct 26 17:24:33.178 INFO kablam! Checking uuid v0.5.1 Oct 26 17:24:33.178 INFO kablam! Checking sequence_trie v0.3.5 Oct 26 17:24:33.203 INFO kablam! Checking log v0.4.1 Oct 26 17:24:33.203 INFO kablam! Checking time v0.1.39 Oct 26 17:24:33.203 INFO kablam! Checking num_cpus v1.8.0 Oct 26 17:24:34.483 INFO kablam! Checking base64 v0.6.0 Oct 26 17:24:35.159 INFO kablam! Checking idna v0.1.4 Oct 26 17:24:35.214 INFO kablam! Compiling syn v0.11.11 Oct 26 17:24:35.381 INFO kablam! Checking num-integer v0.1.36 Oct 26 17:24:35.571 INFO kablam! Compiling syn v0.13.4 Oct 26 17:24:36.249 INFO kablam! Checking log v0.3.9 Oct 26 17:24:38.007 INFO kablam! Checking mime v0.2.6 Oct 26 17:24:38.118 INFO kablam! Checking chrono v0.4.2 Oct 26 17:24:38.436 INFO kablam! Compiling rand v0.4.2 Oct 26 17:24:43.587 INFO kablam! Checking url v1.7.0 Oct 26 17:24:49.677 INFO kablam! Compiling phf_generator v0.7.22 Oct 26 17:24:49.839 INFO kablam! Checking hyper v0.10.13 Oct 26 17:24:50.299 INFO kablam! Compiling juniper_codegen v0.9.2 Oct 26 17:24:50.499 INFO kablam! Compiling phf_codegen v0.7.22 Oct 26 17:24:56.643 INFO kablam! Compiling mime_guess v1.8.4 Oct 26 17:24:56.799 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 26 17:25:01.466 INFO kablam! Compiling serde_derive v1.0.43 Oct 26 17:25:02.155 INFO kablam! Checking iron v0.6.0 Oct 26 17:25:02.188 INFO kablam! Checking serde_json v1.0.16 Oct 26 17:25:02.188 INFO kablam! Checking ordermap v0.2.13 Oct 26 17:25:02.717 INFO kablam! Checking persistent v0.4.0 Oct 26 17:25:02.717 INFO kablam! Checking mount v0.4.0 Oct 26 17:25:05.243 INFO kablam! Checking bodyparser v0.8.0 Oct 26 17:25:05.788 INFO kablam! Checking urlencoded v0.6.0 Oct 26 17:25:12.623 INFO kablam! Checking juniper v0.9.2 Oct 26 17:25:16.640 INFO kablam! Checking juniper_iron v0.1.2 Oct 26 17:25:17.266 INFO kablam! Checking juniper_poc v0.1.0 (/source) Oct 26 17:25:17.831 INFO kablam! warning: unused import: `juniper::EmptyMutation` Oct 26 17:25:17.831 INFO kablam! --> src/main.rs:8:5 Oct 26 17:25:17.831 INFO kablam! | Oct 26 17:25:17.831 INFO kablam! 8 | use juniper::EmptyMutation; Oct 26 17:25:17.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.831 INFO kablam! | Oct 26 17:25:17.831 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:25:17.831 INFO kablam! Oct 26 17:25:17.844 INFO kablam! warning: unused import: `juniper::EmptyMutation` Oct 26 17:25:17.844 INFO kablam! --> src/main.rs:8:5 Oct 26 17:25:17.844 INFO kablam! | Oct 26 17:25:17.844 INFO kablam! 8 | use juniper::EmptyMutation; Oct 26 17:25:17.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.844 INFO kablam! | Oct 26 17:25:17.844 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:25:17.844 INFO kablam! Oct 26 17:25:17.943 INFO kablam! warning: private type `RootQuery` in public interface (error E0446) Oct 26 17:25:17.943 INFO kablam! --> src/main.rs:28:1 Oct 26 17:25:17.943 INFO kablam! | Oct 26 17:25:17.943 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 26 17:25:17.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.943 INFO kablam! | Oct 26 17:25:17.943 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 26 17:25:17.943 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 26 17:25:17.943 INFO kablam! = note: for more information, see issue #34537 Oct 26 17:25:17.943 INFO kablam! Oct 26 17:25:17.943 INFO kablam! warning: private type `RootMutation` in public interface (error E0446) Oct 26 17:25:17.943 INFO kablam! --> src/main.rs:28:1 Oct 26 17:25:17.943 INFO kablam! | Oct 26 17:25:17.943 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 26 17:25:17.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.943 INFO kablam! | Oct 26 17:25:17.943 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 26 17:25:17.943 INFO kablam! = note: for more information, see issue #34537 Oct 26 17:25:17.943 INFO kablam! Oct 26 17:25:17.946 INFO kablam! warning: private type `RootQuery` in public interface (error E0446) Oct 26 17:25:17.946 INFO kablam! --> src/main.rs:28:1 Oct 26 17:25:17.946 INFO kablam! | Oct 26 17:25:17.946 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 26 17:25:17.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.946 INFO kablam! | Oct 26 17:25:17.946 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 26 17:25:17.946 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 26 17:25:17.946 INFO kablam! = note: for more information, see issue #34537 Oct 26 17:25:17.946 INFO kablam! Oct 26 17:25:17.949 INFO kablam! warning: private type `RootMutation` in public interface (error E0446) Oct 26 17:25:17.949 INFO kablam! --> src/main.rs:28:1 Oct 26 17:25:17.949 INFO kablam! | Oct 26 17:25:17.949 INFO kablam! 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; Oct 26 17:25:17.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:25:17.949 INFO kablam! | Oct 26 17:25:17.949 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 26 17:25:17.949 INFO kablam! = note: for more information, see issue #34537 Oct 26 17:25:17.949 INFO kablam! Oct 26 17:25:18.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.05s Oct 26 17:25:18.044 INFO kablam! su: No module specific data is present Oct 26 17:25:19.157 INFO running `"docker" "rm" "-f" "2bb0cc9a89a9090605e383fc01525c546b14de962267841434d441bbb914173b"` Oct 26 17:25:19.491 INFO blam! 2bb0cc9a89a9090605e383fc01525c546b14de962267841434d441bbb914173b