[INFO] updating cached repository https://github.com/ysimonson/juniper-poc [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 502694debe6eb05192cde42353a1a2cc02a8b1fb [INFO] testing ysimonson/juniper-poc against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysimonson%2Fjuniper-poc" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ysimonson/juniper-poc on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ysimonson/juniper-poc [INFO] finished tweaking git repo https://github.com/ysimonson/juniper-poc [INFO] tweaked toml for git repo https://github.com/ysimonson/juniper-poc written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ysimonson/juniper-poc already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3973519dd7fbce334307dc15d3e16eb8e186cf0355ad12fe2c58835ecb7f19e4 [INFO] running `"docker" "start" "-a" "3973519dd7fbce334307dc15d3e16eb8e186cf0355ad12fe2c58835ecb7f19e4"` [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling siphasher v0.2.2 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling httparse v1.2.4 [INFO] [stderr] Compiling serde v1.0.43 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Compiling sequence_trie v0.3.5 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling idna v0.1.4 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling syn v0.13.4 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling mime_guess v1.8.4 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.43 [INFO] [stderr] Compiling serde_json v1.0.16 [INFO] [stderr] Compiling ordermap v0.2.13 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling mount v0.4.0 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling juniper v0.9.2 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling juniper_iron v0.1.2 [INFO] [stderr] Compiling juniper_poc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `juniper::EmptyMutation` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use juniper::EmptyMutation; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: private type `RootQuery` in public interface (error E0446) [INFO] [stderr] --> src/main.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `RootMutation` in public interface (error E0446) [INFO] [stderr] --> src/main.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.12s [INFO] running `"docker" "inspect" "3973519dd7fbce334307dc15d3e16eb8e186cf0355ad12fe2c58835ecb7f19e4"` [INFO] running `"docker" "rm" "-f" "3973519dd7fbce334307dc15d3e16eb8e186cf0355ad12fe2c58835ecb7f19e4"` [INFO] [stdout] 3973519dd7fbce334307dc15d3e16eb8e186cf0355ad12fe2c58835ecb7f19e4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] c342efe8f677535841986522399e034f47b7e83a09c8b996999f21e3dd08e442 [INFO] running `"docker" "start" "-a" "c342efe8f677535841986522399e034f47b7e83a09c8b996999f21e3dd08e442"` [INFO] [stderr] Compiling juniper_poc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `juniper::EmptyMutation` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use juniper::EmptyMutation; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: private type `RootQuery` in public interface (error E0446) [INFO] [stderr] --> src/main.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(private_in_public)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `RootMutation` in public interface (error E0446) [INFO] [stderr] --> src/main.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub type Schema = juniper::RootNode<'static, RootQuery, RootMutation>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.56s [INFO] running `"docker" "inspect" "c342efe8f677535841986522399e034f47b7e83a09c8b996999f21e3dd08e442"` [INFO] running `"docker" "rm" "-f" "c342efe8f677535841986522399e034f47b7e83a09c8b996999f21e3dd08e442"` [INFO] [stdout] c342efe8f677535841986522399e034f47b7e83a09c8b996999f21e3dd08e442 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 22342731472a818140e0539aaa98679cdfe632b38270ffebdb05a6dcc9821790 [INFO] running `"docker" "start" "-a" "22342731472a818140e0539aaa98679cdfe632b38270ffebdb05a6dcc9821790"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/juniper_poc-f6b4312f59692821 [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" "22342731472a818140e0539aaa98679cdfe632b38270ffebdb05a6dcc9821790"` [INFO] running `"docker" "rm" "-f" "22342731472a818140e0539aaa98679cdfe632b38270ffebdb05a6dcc9821790"` [INFO] [stdout] 22342731472a818140e0539aaa98679cdfe632b38270ffebdb05a6dcc9821790