[INFO] updating cached repository https://github.com/Brynbayliss87/peri-rusty [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] e77adb1992757429bf63881b488ac4fb7ec58828 [INFO] testing Brynbayliss87/peri-rusty against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrynbayliss87%2Fperi-rusty" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Brynbayliss87/peri-rusty on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Brynbayliss87/peri-rusty [INFO] finished tweaking git repo https://github.com/Brynbayliss87/peri-rusty [INFO] tweaked toml for git repo https://github.com/Brynbayliss87/peri-rusty written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Brynbayliss87/peri-rusty already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 3256c3d14a9d3471910d02eb44cc9961f52f63ac8f6677ecce53f1c8734f70e2 [INFO] running `"docker" "start" "-a" "3256c3d14a9d3471910d02eb44cc9961f52f63ac8f6677ecce53f1c8734f70e2"` [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [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.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling webdriver v0.39.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling fantoccini v0.11.9 [INFO] [stderr] Compiling peri-rusty v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `fantoccini::error::CmdError` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use fantoccini::error::CmdError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Client` [INFO] [stderr] --> src/main.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use fantoccini::{Client, Locator}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.25s [INFO] running `"docker" "inspect" "3256c3d14a9d3471910d02eb44cc9961f52f63ac8f6677ecce53f1c8734f70e2"` [INFO] running `"docker" "rm" "-f" "3256c3d14a9d3471910d02eb44cc9961f52f63ac8f6677ecce53f1c8734f70e2"` [INFO] [stdout] 3256c3d14a9d3471910d02eb44cc9961f52f63ac8f6677ecce53f1c8734f70e2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0ee05ffd5e032f498b1a5d3b2964a76311b3e3539582fc71ed32acdb5db73e2e [INFO] running `"docker" "start" "-a" "0ee05ffd5e032f498b1a5d3b2964a76311b3e3539582fc71ed32acdb5db73e2e"` [INFO] [stderr] Compiling peri-rusty v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `fantoccini::error::CmdError` [INFO] [stderr] --> src/main.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use fantoccini::error::CmdError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Client` [INFO] [stderr] --> src/main.rs:3:18 [INFO] [stderr] | [INFO] [stderr] 3 | use fantoccini::{Client, Locator}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `"docker" "inspect" "0ee05ffd5e032f498b1a5d3b2964a76311b3e3539582fc71ed32acdb5db73e2e"` [INFO] running `"docker" "rm" "-f" "0ee05ffd5e032f498b1a5d3b2964a76311b3e3539582fc71ed32acdb5db73e2e"` [INFO] [stdout] 0ee05ffd5e032f498b1a5d3b2964a76311b3e3539582fc71ed32acdb5db73e2e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 2f96fe550eb6f4ad89398c9519e508fd2eb677d1d2deaa738c7f0b75a96c6a99 [INFO] running `"docker" "start" "-a" "2f96fe550eb6f4ad89398c9519e508fd2eb677d1d2deaa738c7f0b75a96c6a99"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/peri_rusty-1ec6424338fc5726 [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" "2f96fe550eb6f4ad89398c9519e508fd2eb677d1d2deaa738c7f0b75a96c6a99"` [INFO] running `"docker" "rm" "-f" "2f96fe550eb6f4ad89398c9519e508fd2eb677d1d2deaa738c7f0b75a96c6a99"` [INFO] [stdout] 2f96fe550eb6f4ad89398c9519e508fd2eb677d1d2deaa738c7f0b75a96c6a99