[INFO] crate finchers-juniper 0.2.1 is already in cache [INFO] extracting crate finchers-juniper 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-juniper/0.2.1 [INFO] extracting crate finchers-juniper 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/finchers-juniper/0.2.1 [INFO] validating manifest of finchers-juniper-0.2.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of finchers-juniper-0.2.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing finchers-juniper-0.2.1 [INFO] finished frobbing finchers-juniper-0.2.1 [INFO] frobbed toml for finchers-juniper-0.2.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-juniper/0.2.1/Cargo.toml [INFO] started frobbing finchers-juniper-0.2.1 [INFO] finished frobbing finchers-juniper-0.2.1 [INFO] frobbed toml for finchers-juniper-0.2.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/finchers-juniper/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing finchers-juniper-0.2.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-juniper/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] e75b96edb4a50c67f27971489e5eb0940949527e2d2b3c72562a619bfcd10a66 [INFO] running `"docker" "start" "-a" "e75b96edb4a50c67f27971489e5eb0940949527e2d2b3c72562a619bfcd10a66"` [INFO] [stderr] Compiling finchers v0.13.5 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling indexmap v1.1.0 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling juniper_codegen v0.10.0 [INFO] [stderr] Compiling juniper v0.10.0 [INFO] [stderr] Compiling finchers-juniper v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/current_thread.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 96 | MutationT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | rust_2018_idioms, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(explicit_outlives_requirements)] implied by #[warn(rust_2018_idioms)] [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType, [INFO] [stderr] 96 | MutationT: GraphQLType, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/nonblocking.rs:92:52 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct NonblockingFuture<'a, E: Endpoint<'a>, S: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/with_spawner.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S: 'a, Sp: 'a> { [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S, Sp> { [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.96s [INFO] running `"docker" "inspect" "e75b96edb4a50c67f27971489e5eb0940949527e2d2b3c72562a619bfcd10a66"` [INFO] running `"docker" "rm" "-f" "e75b96edb4a50c67f27971489e5eb0940949527e2d2b3c72562a619bfcd10a66"` [INFO] [stdout] e75b96edb4a50c67f27971489e5eb0940949527e2d2b3c72562a619bfcd10a66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-juniper/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8fdc17919fa8959cb403aec2fb16eb62ed968d8de755ea890e87aecf964492e1 [INFO] running `"docker" "start" "-a" "8fdc17919fa8959cb403aec2fb16eb62ed968d8de755ea890e87aecf964492e1"` [INFO] [stderr] Compiling cargo-husky v1.4.0 [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling finchers-juniper v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/current_thread.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 96 | MutationT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(explicit_outlives_requirements)] implied by #[warn(warnings)] [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType, [INFO] [stderr] 96 | MutationT: GraphQLType, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/nonblocking.rs:92:52 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct NonblockingFuture<'a, E: Endpoint<'a>, S: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/with_spawner.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S: 'a, Sp: 'a> { [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S, Sp> { [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.43s [INFO] running `"docker" "inspect" "8fdc17919fa8959cb403aec2fb16eb62ed968d8de755ea890e87aecf964492e1"` [INFO] running `"docker" "rm" "-f" "8fdc17919fa8959cb403aec2fb16eb62ed968d8de755ea890e87aecf964492e1"` [INFO] [stdout] 8fdc17919fa8959cb403aec2fb16eb62ed968d8de755ea890e87aecf964492e1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-juniper/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] fc14d7db6d3d7aed77aae826601a879fbeff98304479e7763a58aa3bc79daefc [INFO] running `"docker" "start" "-a" "fc14d7db6d3d7aed77aae826601a879fbeff98304479e7763a58aa3bc79daefc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/finchers_juniper-e117e0768f94d6ef [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test request::tests::test_json_request ... ok [INFO] [stdout] test request::tests::test_batch_json_request ... ok [INFO] [stdout] test request::tests::test_get_request ... ok [INFO] [stdout] test request::tests::test_graphql_request ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration_test-411806d5d9760284 [INFO] [stdout] running 1 test [INFO] [stdout] test test_finchers_integration ... ok [INFO] [stderr] Doc-tests finchers-juniper [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fc14d7db6d3d7aed77aae826601a879fbeff98304479e7763a58aa3bc79daefc"` [INFO] running `"docker" "rm" "-f" "fc14d7db6d3d7aed77aae826601a879fbeff98304479e7763a58aa3bc79daefc"` [INFO] [stdout] fc14d7db6d3d7aed77aae826601a879fbeff98304479e7763a58aa3bc79daefc