Oct 15 16:17:57.384 INFO testing todoist-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:17:57.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:17:57.811 INFO blam! 193942674ca00568e527029a2a4d4121f7a0fb1895fb8a29b47c697e7f0768ec Oct 15 16:17:57.815 INFO running `"docker" "start" "-a" "193942674ca00568e527029a2a4d4121f7a0fb1895fb8a29b47c697e7f0768ec"` Oct 15 16:17:59.443 INFO kablam! usermod: no changes Oct 15 16:17:59.779 INFO kablam! Compiling uuid v0.6.5 Oct 15 16:17:59.781 INFO kablam! Compiling erased-serde v0.3.6 Oct 15 16:18:01.560 INFO kablam! Compiling reqwest v0.8.8 Oct 15 16:18:16.942 INFO kablam! Compiling todoist v0.1.0 (/source) Oct 15 16:18:21.707 INFO kablam! warning: unused import: `serde` Oct 15 16:18:21.707 INFO kablam! --> src/resource/item.rs:1:5 Oct 15 16:18:21.707 INFO kablam! | Oct 15 16:18:21.707 INFO kablam! 1 | use serde; Oct 15 16:18:21.707 INFO kablam! | ^^^^^ Oct 15 16:18:21.707 INFO kablam! | Oct 15 16:18:21.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:18:21.708 INFO kablam! Oct 15 16:18:21.708 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:21.708 INFO kablam! --> src/resource/item.rs:3:5 Oct 15 16:18:21.709 INFO kablam! | Oct 15 16:18:21.709 INFO kablam! 3 | use std::fmt; Oct 15 16:18:21.709 INFO kablam! | ^^^^^^^^ Oct 15 16:18:21.709 INFO kablam! Oct 15 16:18:21.709 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 15 16:18:21.709 INFO kablam! --> src/resource/item.rs:8:13 Oct 15 16:18:21.709 INFO kablam! | Oct 15 16:18:21.710 INFO kablam! 8 | use serde::{Serialize, Deserialize, Serializer, Deserializer}; Oct 15 16:18:21.710 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 16:18:21.710 INFO kablam! Oct 15 16:18:21.710 INFO kablam! warning: unused import: `serde::ser::SerializeSeq` Oct 15 16:18:21.710 INFO kablam! --> src/resource/item.rs:9:5 Oct 15 16:18:21.710 INFO kablam! | Oct 15 16:18:21.710 INFO kablam! 9 | use serde::ser::SerializeSeq; Oct 15 16:18:21.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:21.710 INFO kablam! Oct 15 16:18:21.717 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:21.717 INFO kablam! --> src/resource/label.rs:1:5 Oct 15 16:18:21.717 INFO kablam! | Oct 15 16:18:21.717 INFO kablam! 1 | use std::fmt; Oct 15 16:18:21.717 INFO kablam! | ^^^^^^^^ Oct 15 16:18:21.717 INFO kablam! Oct 15 16:18:21.718 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:21.718 INFO kablam! --> src/resource/filter.rs:1:5 Oct 15 16:18:21.718 INFO kablam! | Oct 15 16:18:21.718 INFO kablam! 1 | use std::fmt; Oct 15 16:18:21.718 INFO kablam! | ^^^^^^^^ Oct 15 16:18:21.718 INFO kablam! Oct 15 16:18:21.719 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 15 16:18:21.719 INFO kablam! --> src/resource/filter.rs:6:13 Oct 15 16:18:21.719 INFO kablam! | Oct 15 16:18:21.719 INFO kablam! 6 | use serde::{Serialize, Deserialize, Serializer, Deserializer}; Oct 15 16:18:21.719 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 16:18:21.719 INFO kablam! Oct 15 16:18:21.719 INFO kablam! warning: unused import: `serde::ser::SerializeSeq` Oct 15 16:18:21.719 INFO kablam! --> src/resource/filter.rs:7:5 Oct 15 16:18:21.719 INFO kablam! | Oct 15 16:18:21.719 INFO kablam! 7 | use serde::ser::SerializeSeq; Oct 15 16:18:21.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:21.719 INFO kablam! Oct 15 16:18:21.722 INFO kablam! warning: unused import: `super::*` Oct 15 16:18:21.722 INFO kablam! --> src/tests.rs:1:5 Oct 15 16:18:21.722 INFO kablam! | Oct 15 16:18:21.722 INFO kablam! 1 | use super::*; Oct 15 16:18:21.722 INFO kablam! | ^^^^^^^^ Oct 15 16:18:21.723 INFO kablam! Oct 15 16:18:21.723 INFO kablam! warning: unused import: `command::Create` Oct 15 16:18:21.723 INFO kablam! --> src/tests.rs:2:5 Oct 15 16:18:21.723 INFO kablam! | Oct 15 16:18:21.723 INFO kablam! 2 | use command::Create; Oct 15 16:18:21.723 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 16:18:21.723 INFO kablam! Oct 15 16:18:24.479 INFO kablam! warning: method is never used: `project` Oct 15 16:18:24.479 INFO kablam! --> src/resource/note.rs:99:5 Oct 15 16:18:24.479 INFO kablam! | Oct 15 16:18:24.479 INFO kablam! 99 | fn project(self) -> ProjectNote { Oct 15 16:18:24.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:24.479 INFO kablam! | Oct 15 16:18:24.479 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:18:24.479 INFO kablam! Oct 15 16:18:30.466 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.01s Oct 15 16:18:30.479 INFO kablam! su: No module specific data is present Oct 15 16:18:31.998 INFO running `"docker" "rm" "-f" "193942674ca00568e527029a2a4d4121f7a0fb1895fb8a29b47c697e7f0768ec"` Oct 15 16:18:32.291 INFO blam! 193942674ca00568e527029a2a4d4121f7a0fb1895fb8a29b47c697e7f0768ec Oct 15 16:18:32.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:18:32.633 INFO blam! 576608cf09e47a92c386cc6e88bcd2930ec57762ee29998117829fe260b54e05 Oct 15 16:18:32.643 INFO running `"docker" "start" "-a" "576608cf09e47a92c386cc6e88bcd2930ec57762ee29998117829fe260b54e05"` Oct 15 16:18:34.470 INFO kablam! usermod: no changes Oct 15 16:18:34.803 INFO kablam! Compiling todoist v0.1.0 (/source) Oct 15 16:18:39.917 INFO kablam! warning: unused import: `serde` Oct 15 16:18:39.917 INFO kablam! --> src/resource/item.rs:1:5 Oct 15 16:18:39.918 INFO kablam! | Oct 15 16:18:39.918 INFO kablam! 1 | use serde; Oct 15 16:18:39.918 INFO kablam! | ^^^^^ Oct 15 16:18:39.918 INFO kablam! | Oct 15 16:18:39.919 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:18:39.919 INFO kablam! Oct 15 16:18:39.919 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:39.919 INFO kablam! --> src/resource/item.rs:3:5 Oct 15 16:18:39.919 INFO kablam! | Oct 15 16:18:39.920 INFO kablam! 3 | use std::fmt; Oct 15 16:18:39.920 INFO kablam! | ^^^^^^^^ Oct 15 16:18:39.920 INFO kablam! Oct 15 16:18:39.920 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 15 16:18:39.921 INFO kablam! --> src/resource/item.rs:8:13 Oct 15 16:18:39.921 INFO kablam! | Oct 15 16:18:39.921 INFO kablam! 8 | use serde::{Serialize, Deserialize, Serializer, Deserializer}; Oct 15 16:18:39.921 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 16:18:39.921 INFO kablam! Oct 15 16:18:39.922 INFO kablam! warning: unused import: `serde::ser::SerializeSeq` Oct 15 16:18:39.922 INFO kablam! --> src/resource/item.rs:9:5 Oct 15 16:18:39.922 INFO kablam! | Oct 15 16:18:39.922 INFO kablam! 9 | use serde::ser::SerializeSeq; Oct 15 16:18:39.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:39.923 INFO kablam! Oct 15 16:18:39.930 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:39.930 INFO kablam! --> src/resource/label.rs:1:5 Oct 15 16:18:39.930 INFO kablam! | Oct 15 16:18:39.930 INFO kablam! 1 | use std::fmt; Oct 15 16:18:39.930 INFO kablam! | ^^^^^^^^ Oct 15 16:18:39.931 INFO kablam! Oct 15 16:18:39.932 INFO kablam! warning: unused import: `std::fmt` Oct 15 16:18:39.932 INFO kablam! --> src/resource/filter.rs:1:5 Oct 15 16:18:39.932 INFO kablam! | Oct 15 16:18:39.932 INFO kablam! 1 | use std::fmt; Oct 15 16:18:39.932 INFO kablam! | ^^^^^^^^ Oct 15 16:18:39.933 INFO kablam! Oct 15 16:18:39.933 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 15 16:18:39.933 INFO kablam! --> src/resource/filter.rs:6:13 Oct 15 16:18:39.933 INFO kablam! | Oct 15 16:18:39.934 INFO kablam! 6 | use serde::{Serialize, Deserialize, Serializer, Deserializer}; Oct 15 16:18:39.934 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ Oct 15 16:18:39.934 INFO kablam! Oct 15 16:18:39.934 INFO kablam! warning: unused import: `serde::ser::SerializeSeq` Oct 15 16:18:39.935 INFO kablam! --> src/resource/filter.rs:7:5 Oct 15 16:18:39.935 INFO kablam! | Oct 15 16:18:39.935 INFO kablam! 7 | use serde::ser::SerializeSeq; Oct 15 16:18:39.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:39.935 INFO kablam! Oct 15 16:18:42.700 INFO kablam! warning: method is never used: `project` Oct 15 16:18:42.701 INFO kablam! --> src/resource/note.rs:99:5 Oct 15 16:18:42.701 INFO kablam! | Oct 15 16:18:42.701 INFO kablam! 99 | fn project(self) -> ProjectNote { Oct 15 16:18:42.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 16:18:42.701 INFO kablam! | Oct 15 16:18:42.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 16:18:42.701 INFO kablam! Oct 15 16:18:47.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.62s Oct 15 16:18:47.131 INFO kablam! su: No module specific data is present Oct 15 16:18:48.307 INFO running `"docker" "rm" "-f" "576608cf09e47a92c386cc6e88bcd2930ec57762ee29998117829fe260b54e05"` Oct 15 16:18:48.747 INFO blam! 576608cf09e47a92c386cc6e88bcd2930ec57762ee29998117829fe260b54e05 Oct 15 16:18:48.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 16:18:49.320 INFO blam! e053ec8df609c4f55f1c9b1b7d0932e6561447015fbdc1069a66f48e92f6c2f8 Oct 15 16:18:49.322 INFO running `"docker" "start" "-a" "e053ec8df609c4f55f1c9b1b7d0932e6561447015fbdc1069a66f48e92f6c2f8"` Oct 15 16:18:50.407 INFO kablam! usermod: no changes Oct 15 16:18:50.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 16:18:50.671 INFO kablam! Running /target/debug/deps/todoist-6a13106e79bdb66a Oct 15 16:18:50.671 INFO blam! Oct 15 16:18:50.671 INFO blam! running 2 tests Oct 15 16:18:50.675 INFO blam! test tests::project_create ... ok Oct 15 16:18:50.675 INFO blam! test tests::sanity ... ok Oct 15 16:18:50.675 INFO blam! Oct 15 16:18:50.675 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:18:50.675 INFO blam! Oct 15 16:18:50.679 INFO kablam! Doc-tests todoist Oct 15 16:18:59.483 INFO blam! Oct 15 16:18:59.483 INFO blam! running 0 tests Oct 15 16:18:59.483 INFO blam! Oct 15 16:18:59.483 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:18:59.483 INFO blam! Oct 15 16:18:59.497 INFO kablam! su: No module specific data is present Oct 15 16:19:00.193 INFO running `"docker" "rm" "-f" "e053ec8df609c4f55f1c9b1b7d0932e6561447015fbdc1069a66f48e92f6c2f8"` Oct 15 16:19:00.475 INFO blam! e053ec8df609c4f55f1c9b1b7d0932e6561447015fbdc1069a66f48e92f6c2f8