[INFO] updating cached repository https://github.com/clarkenciel/mib [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1cd0b65e166474e4c7204df8a95e5256513a358e [INFO] testing clarkenciel/mib against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclarkenciel%2Fmib" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/clarkenciel/mib on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/clarkenciel/mib [INFO] finished tweaking git repo https://github.com/clarkenciel/mib [INFO] tweaked toml for git repo https://github.com/clarkenciel/mib written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/clarkenciel/mib already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b2790559d4a8561c46762d2129c09e94729fa504a3a196c95d6da8838e03719f [INFO] running `"docker" "start" "-a" "b2790559d4a8561c46762d2129c09e94729fa504a3a196c95d6da8838e03719f"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling redis v0.9.1 [INFO] [stderr] Compiling r2d2 v0.8.3 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.13 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling headers-core v0.1.0 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling rstar v0.2.0 [INFO] [stderr] Compiling tungstenite v0.6.1 [INFO] [stderr] Compiling geo-types v0.4.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.18 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling headers v0.2.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling geo v0.12.0 [INFO] [stderr] Compiling diesel v1.4.2 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling r2d2_redis v0.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling warp v0.1.14 [INFO] [stderr] Compiling r2d2-diesel v1.0.0 [INFO] [stderr] Compiling mib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | fn fetch_note(id: Uuid) -> Result { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.54s [INFO] running `"docker" "inspect" "b2790559d4a8561c46762d2129c09e94729fa504a3a196c95d6da8838e03719f"` [INFO] running `"docker" "rm" "-f" "b2790559d4a8561c46762d2129c09e94729fa504a3a196c95d6da8838e03719f"` [INFO] [stdout] b2790559d4a8561c46762d2129c09e94729fa504a3a196c95d6da8838e03719f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 02364c638a1bb42aa88b38673589e2afb9911a9679bf422cecbcfd1fa537fc7a [INFO] running `"docker" "start" "-a" "02364c638a1bb42aa88b38673589e2afb9911a9679bf422cecbcfd1fa537fc7a"` [INFO] [stderr] Compiling mib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `id` [INFO] [stderr] --> src/main.rs:56:15 [INFO] [stderr] | [INFO] [stderr] 56 | fn fetch_note(id: Uuid) -> Result { [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.84s [INFO] running `"docker" "inspect" "02364c638a1bb42aa88b38673589e2afb9911a9679bf422cecbcfd1fa537fc7a"` [INFO] running `"docker" "rm" "-f" "02364c638a1bb42aa88b38673589e2afb9911a9679bf422cecbcfd1fa537fc7a"` [INFO] [stdout] 02364c638a1bb42aa88b38673589e2afb9911a9679bf422cecbcfd1fa537fc7a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] be5cb7cf0ca99393a8a16d4da83adb34a7ea0f8f8d5150b9fa2ba3aa6eec5291 [INFO] running `"docker" "start" "-a" "be5cb7cf0ca99393a8a16d4da83adb34a7ea0f8f8d5150b9fa2ba3aa6eec5291"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.76s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mib-94c4128499c67706 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "be5cb7cf0ca99393a8a16d4da83adb34a7ea0f8f8d5150b9fa2ba3aa6eec5291"` [INFO] running `"docker" "rm" "-f" "be5cb7cf0ca99393a8a16d4da83adb34a7ea0f8f8d5150b9fa2ba3aa6eec5291"` [INFO] [stdout] be5cb7cf0ca99393a8a16d4da83adb34a7ea0f8f8d5150b9fa2ba3aa6eec5291