[INFO] crate cynic 0.1.2 is already in cache
[INFO] checking cynic-0.1.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate cynic 0.1.2 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate cynic 0.1.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate cynic 0.1.2
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate cynic 0.1.2
[INFO] tweaked toml for crates.io crate cynic 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate crates.io crate cynic 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 34aa8e86084c8d82877d7f55c1b73e6e3eaf7caeda3e1461883c6d59fc699c1c
[INFO] running `"docker" "start" "-a" "34aa8e86084c8d82877d7f55c1b73e6e3eaf7caeda3e1461883c6d59fc699c1c"`
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling aho-corasick v0.7.7
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling regex v1.3.4
[INFO] [stderr]    Compiling backtrace-sys v0.1.32
[INFO] [stderr]    Compiling backtrace v0.3.43
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling failure v0.1.6
[INFO] [stderr]    Compiling graphql-parser v0.2.3
[INFO] [stderr]     Checking serde v1.0.104
[INFO] [stderr]    Compiling cynic-codegen v0.1.2
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking json-decode v0.1.0
[INFO] [stderr]     Checking cynic v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]  --> tests/simple_schema_tests.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     cynic::query_dsl!("cynic/examples/simple.graphql");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: called `Result::unwrap()` on an `Err` value: IoError("No such file or directory (os error 2)")
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> tests/simple_schema_tests.rs:14:19
[INFO] [stderr]    |
[INFO] [stderr] 14 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> tests/simple_schema_tests.rs:31:19
[INFO] [stderr]    |
[INFO] [stderr] 31 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> tests/simple_schema_tests.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `cynic::selection_set`
[INFO] [stderr]  --> tests/simple_schema_tests.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use cynic::selection_set;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]  --> examples/simple.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     cynic::query_dsl!("cynic/examples/simple.graphql");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: called `Result::unwrap()` on an `Err` value: IoError("No such file or directory (os error 2)")
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> examples/simple.rs:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> examples/simple.rs:32:19
[INFO] [stderr]    |
[INFO] [stderr] 32 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Could not load schema file: No such file or directory (os error 2)
[INFO] [stderr]   --> examples/simple.rs:43:19
[INFO] [stderr]    |
[INFO] [stderr] 43 |     schema_path = "cynic/examples/simple.graphql",
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `to_query` in crate `cynic`
[INFO] [stderr]  --> examples/simple.rs:2:27
[INFO] [stderr]   |
[INFO] [stderr] 2 |     println!("{}", cynic::to_query::<TestStruct>(TestArgs {}));
[INFO] [stderr]   |                           ^^^^^^^^ not found in `cynic`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TestStruct` in module `query_dsl`
[INFO] [stderr]   --> examples/simple.rs:70:38
[INFO] [stderr]    |
[INFO] [stderr] 70 | impl cynic::QueryRoot for query_dsl::TestStruct {}
[INFO] [stderr]    |                                      ^^^^^^^^^^ not found in `query_dsl`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::TestStruct;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `cynic::selection_set`
[INFO] [stderr]   --> examples/simple.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use cynic::selection_set;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `cynic`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no function or associated item named `fragment` found for struct `TestQuery` in the current scope
[INFO] [stderr]   --> tests/simple_schema_tests.rs:54:46
[INFO] [stderr]    |
[INFO] [stderr] 47 | struct TestQuery {
[INFO] [stderr]    | ---------------- function or associated item `fragment` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 54 |     let query = cynic::Query::new(TestQuery::fragment(TestArgs {}));
[INFO] [stderr]    |                                              ^^^^^^^^ function or associated item not found in `TestQuery`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following trait defines an item `fragment`, perhaps you need to implement it:
[INFO] [stderr]            candidate #1: `cynic::QueryFragment`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `cynic::QueryFragment`
[INFO] [stderr]   --> tests/simple_schema_tests.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     use cynic::QueryFragment;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `cynic`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "34aa8e86084c8d82877d7f55c1b73e6e3eaf7caeda3e1461883c6d59fc699c1c"`
[INFO] running `"docker" "rm" "-f" "34aa8e86084c8d82877d7f55c1b73e6e3eaf7caeda3e1461883c6d59fc699c1c"`
[INFO] [stdout] 34aa8e86084c8d82877d7f55c1b73e6e3eaf7caeda3e1461883c6d59fc699c1c
