[INFO] updating cached repository https://github.com/segler-alex/stream-check-rust [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] e2b8eab93f9c02629e3c5a146ad0fd58d05298bc [INFO] testing segler-alex/stream-check-rust against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsegler-alex%2Fstream-check-rust" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/segler-alex/stream-check-rust 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/segler-alex/stream-check-rust [INFO] finished tweaking git repo https://github.com/segler-alex/stream-check-rust [INFO] tweaked toml for git repo https://github.com/segler-alex/stream-check-rust written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/segler-alex/stream-check-rust 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 92287c044870760a345176911c4b0cbd4ab717ea53bd29b214a8f65fa3fb1bc7 [INFO] running `"docker" "start" "-a" "92287c044870760a345176911c4b0cbd4ab717ea53bd29b214a8f65fa3fb1bc7"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling mysql v16.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Compiling lexical-core v0.4.3 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling lexical v2.2.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tree_magic v0.2.1 [INFO] [stderr] Compiling trackable v0.2.22 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling hls_m3u8 v0.2.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling quick-xml v0.15.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling playlist-decoder v0.7.1 [INFO] [stderr] Compiling website-icon-extract v0.4.1 [INFO] [stderr] Compiling av-stream-info-rust v0.6.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling mysql_common v0.17.1 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling stream-check-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db.rs:137:86 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn insert_check(pool: &mysql::Pool,item: &StationCheckItemNew) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db.rs:196:61 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn new(connection_str: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "92287c044870760a345176911c4b0cbd4ab717ea53bd29b214a8f65fa3fb1bc7"` [INFO] running `"docker" "rm" "-f" "92287c044870760a345176911c4b0cbd4ab717ea53bd29b214a8f65fa3fb1bc7"` [INFO] [stdout] 92287c044870760a345176911c4b0cbd4ab717ea53bd29b214a8f65fa3fb1bc7 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 30b31c185c0bc9c5ab06009c0adb9479095737c4a01d5d5a15ea15485ce146e1 [INFO] running `"docker" "start" "-a" "30b31c185c0bc9c5ab06009c0adb9479095737c4a01d5d5a15ea15485ce146e1"` [INFO] [stderr] Compiling stream-check-rust v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db.rs:137:86 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn insert_check(pool: &mysql::Pool,item: &StationCheckItemNew) -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/db.rs:196:61 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn new(connection_str: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.01s [INFO] running `"docker" "inspect" "30b31c185c0bc9c5ab06009c0adb9479095737c4a01d5d5a15ea15485ce146e1"` [INFO] running `"docker" "rm" "-f" "30b31c185c0bc9c5ab06009c0adb9479095737c4a01d5d5a15ea15485ce146e1"` [INFO] [stdout] 30b31c185c0bc9c5ab06009c0adb9479095737c4a01d5d5a15ea15485ce146e1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] ecc081a4f6c571c04de58e82a365faac8e3e6e511329b8bda854f58cecac7d59 [INFO] running `"docker" "start" "-a" "ecc081a4f6c571c04de58e82a365faac8e3e6e511329b8bda854f58cecac7d59"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/stream_check_rust-06d126337e4986c8 [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" "ecc081a4f6c571c04de58e82a365faac8e3e6e511329b8bda854f58cecac7d59"` [INFO] running `"docker" "rm" "-f" "ecc081a4f6c571c04de58e82a365faac8e3e6e511329b8bda854f58cecac7d59"` [INFO] [stdout] ecc081a4f6c571c04de58e82a365faac8e3e6e511329b8bda854f58cecac7d59