Oct 16 07:09:18.658 INFO testing graphql-rs-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 07:09:18.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 07:09:18.999 INFO blam! 06eb03b6ac617f8b88da9ded18a511c7c32de7fb4725755fa5e43dea9970fe0e Oct 16 07:09:19.001 INFO running `"docker" "start" "-a" "06eb03b6ac617f8b88da9ded18a511c7c32de7fb4725755fa5e43dea9970fe0e"` Oct 16 07:09:20.754 INFO kablam! usermod: no changes Oct 16 07:09:20.811 INFO kablam! Compiling graphql-rs v0.1.0 (/source) Oct 16 07:09:21.516 INFO kablam! warning: unused macro definition Oct 16 07:09:21.517 INFO kablam! --> src/graphql.rs:5:1 Oct 16 07:09:21.518 INFO kablam! | Oct 16 07:09:21.518 INFO kablam! 5 | / macro_rules! blanket_impl { Oct 16 07:09:21.519 INFO kablam! 6 | | ($trait_: ident for $($type_: ty),*) => { Oct 16 07:09:21.520 INFO kablam! 7 | | $( Oct 16 07:09:21.520 INFO kablam! 8 | | impl $trait_ for $type_ {} Oct 16 07:09:21.521 INFO kablam! 9 | | )* Oct 16 07:09:21.521 INFO kablam! 10 | | }; Oct 16 07:09:21.522 INFO kablam! 11 | | } Oct 16 07:09:21.523 INFO kablam! | |_^ Oct 16 07:09:21.523 INFO kablam! | Oct 16 07:09:21.526 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 07:09:21.526 INFO kablam! Oct 16 07:09:21.585 INFO kablam! warning: field is never used: `values` Oct 16 07:09:21.586 INFO kablam! --> src/graphql.rs:85:3 Oct 16 07:09:21.587 INFO kablam! | Oct 16 07:09:21.588 INFO kablam! 85 | values: HashMap, Oct 16 07:09:21.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.589 INFO kablam! | Oct 16 07:09:21.590 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 07:09:21.590 INFO kablam! Oct 16 07:09:21.591 INFO kablam! warning: method is never used: `values` Oct 16 07:09:21.591 INFO kablam! --> src/graphql.rs:89:3 Oct 16 07:09:21.591 INFO kablam! | Oct 16 07:09:21.591 INFO kablam! 89 | fn values(&self) -> &HashMap { Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: field is never used: `name` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:134:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 134 | name: String, Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: field is never used: `description` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:135:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 135 | description: Option, Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: field is never used: `values` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:136:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 136 | values: HashMap, Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: method is never used: `new` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:140:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 140 | fn new(name: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: method is never used: `with_description` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:148:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 148 | fn with_description(mut self, description: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: method is never used: `value_fn` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:153:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 153 | / fn value_fn(mut self, name: &str, f: F) -> GraphQLEnumBuilder Oct 16 07:09:21.599 INFO kablam! 154 | | where F: FnOnce(GraphQLEnumValue) -> GraphQLEnumValue Oct 16 07:09:21.599 INFO kablam! 155 | | { Oct 16 07:09:21.599 INFO kablam! 156 | | let v = f(GraphQLEnumValue::new(name)); Oct 16 07:09:21.599 INFO kablam! 157 | | self.values.insert(v.value.clone(), v); Oct 16 07:09:21.599 INFO kablam! 158 | | self Oct 16 07:09:21.599 INFO kablam! 159 | | } Oct 16 07:09:21.599 INFO kablam! | |___^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: method is never used: `value` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:161:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 161 | fn value(mut self, name: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:21.599 INFO kablam! warning: method is never used: `build` Oct 16 07:09:21.599 INFO kablam! --> src/graphql.rs:166:3 Oct 16 07:09:21.599 INFO kablam! | Oct 16 07:09:21.599 INFO kablam! 166 | fn build(self) -> GraphQLEnum { Oct 16 07:09:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.599 INFO kablam! Oct 16 07:09:22.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 16 07:09:22.025 INFO kablam! su: No module specific data is present Oct 16 07:09:23.124 INFO running `"docker" "rm" "-f" "06eb03b6ac617f8b88da9ded18a511c7c32de7fb4725755fa5e43dea9970fe0e"` Oct 16 07:09:23.475 INFO blam! 06eb03b6ac617f8b88da9ded18a511c7c32de7fb4725755fa5e43dea9970fe0e Oct 16 07:09:23.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 07:09:23.971 INFO blam! 632d290197ca5144e8addb580ca03063a87f6184a7d9d8c1bfb9ff3105e62034 Oct 16 07:09:23.977 INFO running `"docker" "start" "-a" "632d290197ca5144e8addb580ca03063a87f6184a7d9d8c1bfb9ff3105e62034"` Oct 16 07:09:25.458 INFO kablam! usermod: no changes Oct 16 07:09:25.543 INFO kablam! Compiling graphql-rs v0.1.0 (/source) Oct 16 07:09:26.351 INFO kablam! warning: unused macro definition Oct 16 07:09:26.351 INFO kablam! --> src/graphql.rs:5:1 Oct 16 07:09:26.351 INFO kablam! | Oct 16 07:09:26.351 INFO kablam! 5 | / macro_rules! blanket_impl { Oct 16 07:09:26.351 INFO kablam! 6 | | ($trait_: ident for $($type_: ty),*) => { Oct 16 07:09:26.351 INFO kablam! 7 | | $( Oct 16 07:09:26.351 INFO kablam! 8 | | impl $trait_ for $type_ {} Oct 16 07:09:26.351 INFO kablam! 9 | | )* Oct 16 07:09:26.351 INFO kablam! 10 | | }; Oct 16 07:09:26.351 INFO kablam! 11 | | } Oct 16 07:09:26.351 INFO kablam! | |_^ Oct 16 07:09:26.351 INFO kablam! | Oct 16 07:09:26.355 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 07:09:26.355 INFO kablam! Oct 16 07:09:27.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 16 07:09:27.861 INFO kablam! su: No module specific data is present Oct 16 07:09:29.011 INFO running `"docker" "rm" "-f" "632d290197ca5144e8addb580ca03063a87f6184a7d9d8c1bfb9ff3105e62034"` Oct 16 07:09:29.303 INFO blam! 632d290197ca5144e8addb580ca03063a87f6184a7d9d8c1bfb9ff3105e62034 Oct 16 07:09:29.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 07:09:29.737 INFO blam! 17e8b4135af50a2f08ec7d9ee25f04fec4061ac17a8cba5c48ddfbf0e2a7583d Oct 16 07:09:29.743 INFO running `"docker" "start" "-a" "17e8b4135af50a2f08ec7d9ee25f04fec4061ac17a8cba5c48ddfbf0e2a7583d"` Oct 16 07:09:31.706 INFO kablam! usermod: no changes Oct 16 07:09:31.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 07:09:31.799 INFO kablam! Running /target/debug/deps/graphql_rs-69edc2e1c1b23788 Oct 16 07:09:31.799 INFO kablam! Doc-tests graphql-rs Oct 16 07:09:31.800 INFO blam! Oct 16 07:09:31.800 INFO blam! running 3 tests Oct 16 07:09:31.800 INFO blam! test tests::it_works ... ok Oct 16 07:09:31.800 INFO blam! test graphql::tests::test_scalar_type ... ok Oct 16 07:09:31.800 INFO blam! test graphql::tests::test_enum_type ... ok Oct 16 07:09:31.800 INFO blam! Oct 16 07:09:31.800 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:09:31.800 INFO blam! Oct 16 07:09:32.887 INFO blam! Oct 16 07:09:32.887 INFO blam! running 0 tests Oct 16 07:09:32.887 INFO blam! Oct 16 07:09:32.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:09:32.887 INFO blam! Oct 16 07:09:32.888 INFO kablam! su: No module specific data is present Oct 16 07:09:33.558 INFO running `"docker" "rm" "-f" "17e8b4135af50a2f08ec7d9ee25f04fec4061ac17a8cba5c48ddfbf0e2a7583d"` Oct 16 07:09:33.827 INFO blam! 17e8b4135af50a2f08ec7d9ee25f04fec4061ac17a8cba5c48ddfbf0e2a7583d