Oct 16 07:09:19.068 INFO testing graphql-rs-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 07:09:19.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:19.515 INFO blam! b735d4d7157db2a02b55e7a5504b226aedbdac387353fcbfa1a10408e5e4707d Oct 16 07:09:19.523 INFO running `"docker" "start" "-a" "b735d4d7157db2a02b55e7a5504b226aedbdac387353fcbfa1a10408e5e4707d"` Oct 16 07:09:21.166 INFO kablam! usermod: no changes Oct 16 07:09:21.215 INFO kablam! Compiling graphql-rs v0.1.0 (/source) Oct 16 07:09:21.814 INFO kablam! warning: unused macro definition Oct 16 07:09:21.814 INFO kablam! --> src/graphql.rs:5:1 Oct 16 07:09:21.814 INFO kablam! | Oct 16 07:09:21.814 INFO kablam! 5 | / macro_rules! blanket_impl { Oct 16 07:09:21.814 INFO kablam! 6 | | ($trait_: ident for $($type_: ty),*) => { Oct 16 07:09:21.814 INFO kablam! 7 | | $( Oct 16 07:09:21.814 INFO kablam! 8 | | impl $trait_ for $type_ {} Oct 16 07:09:21.814 INFO kablam! 9 | | )* Oct 16 07:09:21.814 INFO kablam! 10 | | }; Oct 16 07:09:21.814 INFO kablam! 11 | | } Oct 16 07:09:21.814 INFO kablam! | |_^ Oct 16 07:09:21.816 INFO kablam! | Oct 16 07:09:21.816 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 07:09:21.816 INFO kablam! Oct 16 07:09:21.866 INFO kablam! warning: field is never used: `values` Oct 16 07:09:21.866 INFO kablam! --> src/graphql.rs:85:3 Oct 16 07:09:21.866 INFO kablam! | Oct 16 07:09:21.866 INFO kablam! 85 | values: HashMap, Oct 16 07:09:21.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.866 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: method is never used: `values` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:89:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 89 | fn values(&self) -> &HashMap { Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: field is never used: `name` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:134:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 134 | name: String, Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: field is never used: `description` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:135:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 135 | description: Option, Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: field is never used: `values` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:136:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 136 | values: HashMap, Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: method is never used: `new` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:140:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 140 | fn new(name: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: method is never used: `with_description` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:148:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 148 | fn with_description(mut self, description: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: method is never used: `value_fn` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:153:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 153 | / fn value_fn(mut self, name: &str, f: F) -> GraphQLEnumBuilder Oct 16 07:09:21.868 INFO kablam! 154 | | where F: FnOnce(GraphQLEnumValue) -> GraphQLEnumValue Oct 16 07:09:21.868 INFO kablam! 155 | | { Oct 16 07:09:21.868 INFO kablam! 156 | | let v = f(GraphQLEnumValue::new(name)); Oct 16 07:09:21.868 INFO kablam! 157 | | self.values.insert(v.value.clone(), v); Oct 16 07:09:21.868 INFO kablam! 158 | | self Oct 16 07:09:21.868 INFO kablam! 159 | | } Oct 16 07:09:21.868 INFO kablam! | |___^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.868 INFO kablam! warning: method is never used: `value` Oct 16 07:09:21.868 INFO kablam! --> src/graphql.rs:161:3 Oct 16 07:09:21.868 INFO kablam! | Oct 16 07:09:21.868 INFO kablam! 161 | fn value(mut self, name: &str) -> GraphQLEnumBuilder { Oct 16 07:09:21.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.868 INFO kablam! Oct 16 07:09:21.869 INFO kablam! warning: method is never used: `build` Oct 16 07:09:21.869 INFO kablam! --> src/graphql.rs:166:3 Oct 16 07:09:21.869 INFO kablam! | Oct 16 07:09:21.869 INFO kablam! 166 | fn build(self) -> GraphQLEnum { Oct 16 07:09:21.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 07:09:21.869 INFO kablam! Oct 16 07:09:22.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 16 07:09:22.200 INFO kablam! su: No module specific data is present Oct 16 07:09:23.159 INFO running `"docker" "rm" "-f" "b735d4d7157db2a02b55e7a5504b226aedbdac387353fcbfa1a10408e5e4707d"` Oct 16 07:09:23.403 INFO blam! b735d4d7157db2a02b55e7a5504b226aedbdac387353fcbfa1a10408e5e4707d Oct 16 07:09:23.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.915 INFO blam! e41eba7dc4d314e625313163c2853f16cbb8bab80cb2dc5ba480d584690fde4e Oct 16 07:09:23.916 INFO running `"docker" "start" "-a" "e41eba7dc4d314e625313163c2853f16cbb8bab80cb2dc5ba480d584690fde4e"` Oct 16 07:09:25.159 INFO kablam! usermod: no changes Oct 16 07:09:25.215 INFO kablam! Compiling graphql-rs v0.1.0 (/source) Oct 16 07:09:26.035 INFO kablam! warning: unused macro definition Oct 16 07:09:26.036 INFO kablam! --> src/graphql.rs:5:1 Oct 16 07:09:26.036 INFO kablam! | Oct 16 07:09:26.036 INFO kablam! 5 | / macro_rules! blanket_impl { Oct 16 07:09:26.037 INFO kablam! 6 | | ($trait_: ident for $($type_: ty),*) => { Oct 16 07:09:26.037 INFO kablam! 7 | | $( Oct 16 07:09:26.037 INFO kablam! 8 | | impl $trait_ for $type_ {} Oct 16 07:09:26.037 INFO kablam! 9 | | )* Oct 16 07:09:26.038 INFO kablam! 10 | | }; Oct 16 07:09:26.038 INFO kablam! 11 | | } Oct 16 07:09:26.038 INFO kablam! | |_^ Oct 16 07:09:26.039 INFO kablam! | Oct 16 07:09:26.039 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 07:09:26.039 INFO kablam! Oct 16 07:09:27.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.67s Oct 16 07:09:27.846 INFO kablam! su: No module specific data is present Oct 16 07:09:28.848 INFO running `"docker" "rm" "-f" "e41eba7dc4d314e625313163c2853f16cbb8bab80cb2dc5ba480d584690fde4e"` Oct 16 07:09:29.171 INFO blam! e41eba7dc4d314e625313163c2853f16cbb8bab80cb2dc5ba480d584690fde4e Oct 16 07:09:29.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.607 INFO blam! a1db86ef24dc6c8037b3f1ce50101eabb2d2dc65ef41aeec0d46e9b43c3c0d95 Oct 16 07:09:29.623 INFO running `"docker" "start" "-a" "a1db86ef24dc6c8037b3f1ce50101eabb2d2dc65ef41aeec0d46e9b43c3c0d95"` Oct 16 07:09:31.151 INFO kablam! usermod: no changes Oct 16 07:09:31.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 07:09:31.211 INFO kablam! Running /target/debug/deps/graphql_rs-60fa3ae494f9147e Oct 16 07:09:31.219 INFO blam! Oct 16 07:09:31.219 INFO blam! running 3 tests Oct 16 07:09:31.219 INFO blam! test tests::it_works ... ok Oct 16 07:09:31.219 INFO blam! test graphql::tests::test_enum_type ... ok Oct 16 07:09:31.227 INFO blam! test graphql::tests::test_scalar_type ... ok Oct 16 07:09:31.227 INFO blam! Oct 16 07:09:31.227 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:09:31.227 INFO blam! Oct 16 07:09:31.228 INFO kablam! Doc-tests graphql-rs Oct 16 07:09:32.208 INFO blam! Oct 16 07:09:32.208 INFO blam! running 0 tests Oct 16 07:09:32.209 INFO blam! Oct 16 07:09:32.209 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 07:09:32.209 INFO blam! Oct 16 07:09:32.215 INFO kablam! su: No module specific data is present Oct 16 07:09:33.427 INFO running `"docker" "rm" "-f" "a1db86ef24dc6c8037b3f1ce50101eabb2d2dc65ef41aeec0d46e9b43c3c0d95"` Oct 16 07:09:33.707 INFO blam! a1db86ef24dc6c8037b3f1ce50101eabb2d2dc65ef41aeec0d46e9b43c3c0d95