[INFO] updating cached repository https://github.com/savovs/juniper-schema [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] 1a19374112554362102b724c75e00b4c1ae08143 [INFO] testing savovs/juniper-schema against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsavovs%2Fjuniper-schema" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/savovs/juniper-schema 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/savovs/juniper-schema [INFO] finished tweaking git repo https://github.com/savovs/juniper-schema [INFO] tweaked toml for git repo https://github.com/savovs/juniper-schema written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/savovs/juniper-schema 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 244c24d93a9eef2c2a844c23838b2e6534a830a239ea92cbf9aef3a58f770c53 [INFO] running `"docker" "start" "-a" "244c24d93a9eef2c2a844c23838b2e6534a830a239ea92cbf9aef3a58f770c53"` [INFO] [stderr] Compiling serde v1.0.97 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling backtrace v0.3.33 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling juniper_codegen v0.11.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.97 [INFO] [stderr] Compiling juniper_codegen v0.12.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling graphql-parser v0.2.3 [INFO] [stderr] Compiling juniper v0.11.1 [INFO] [stderr] Compiling juniper v0.12.0 [INFO] [stderr] Compiling juniper-from-schema-code-gen v0.3.0 [INFO] [stderr] Compiling juniper-from-schema v0.3.0 [INFO] [stderr] Compiling juniper-schema v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `executor` [INFO] [stderr] --> src/graphql/hello/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | executor: &juniper::Executor<'_, Context>, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_executor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `executor` [INFO] [stderr] --> src/graphql/users/mod.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | executor: &juniper::Executor<'_, Context>, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_executor` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.25s [INFO] running `"docker" "inspect" "244c24d93a9eef2c2a844c23838b2e6534a830a239ea92cbf9aef3a58f770c53"` [INFO] running `"docker" "rm" "-f" "244c24d93a9eef2c2a844c23838b2e6534a830a239ea92cbf9aef3a58f770c53"` [INFO] [stdout] 244c24d93a9eef2c2a844c23838b2e6534a830a239ea92cbf9aef3a58f770c53 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 40478b4b58e3674405c37454261882799281236b6dd817b218df036303273873 [INFO] running `"docker" "start" "-a" "40478b4b58e3674405c37454261882799281236b6dd817b218df036303273873"` [INFO] [stderr] Compiling juniper-schema v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `executor` [INFO] [stderr] --> src/graphql/hello/mod.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | executor: &juniper::Executor<'_, Context>, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_executor` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `executor` [INFO] [stderr] --> src/graphql/users/mod.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | executor: &juniper::Executor<'_, Context>, [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_executor` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "40478b4b58e3674405c37454261882799281236b6dd817b218df036303273873"` [INFO] running `"docker" "rm" "-f" "40478b4b58e3674405c37454261882799281236b6dd817b218df036303273873"` [INFO] [stdout] 40478b4b58e3674405c37454261882799281236b6dd817b218df036303273873 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/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] 7e56f67449941a6d943abd1c1de4c7fbbcf863d621613b1c37c46374e0e03e4e [INFO] running `"docker" "start" "-a" "7e56f67449941a6d943abd1c1de4c7fbbcf863d621613b1c37c46374e0e03e4e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/juniper_schema-e42c4d0637216e54 [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" "7e56f67449941a6d943abd1c1de4c7fbbcf863d621613b1c37c46374e0e03e4e"` [INFO] running `"docker" "rm" "-f" "7e56f67449941a6d943abd1c1de4c7fbbcf863d621613b1c37c46374e0e03e4e"` [INFO] [stdout] 7e56f67449941a6d943abd1c1de4c7fbbcf863d621613b1c37c46374e0e03e4e