[INFO] updating cached repository https://github.com/sstelfox/actix-background-worker [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] 4d96d8e296daa1f40ba1b05ce5a55074094300c5 [INFO] testing sstelfox/actix-background-worker against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsstelfox%2Factix-background-worker" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sstelfox/actix-background-worker 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/sstelfox/actix-background-worker [INFO] finished tweaking git repo https://github.com/sstelfox/actix-background-worker [INFO] tweaked toml for git repo https://github.com/sstelfox/actix-background-worker written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sstelfox/actix-background-worker 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] f0b83dbfd4fe66da5213e633c1bbdc0fe088d50d07c3c75012d52bea20f99ce6 [INFO] running `"docker" "start" "-a" "f0b83dbfd4fe66da5213e633c1bbdc0fe088d50d07c3c75012d52bea20f99ce6"` [INFO] [stderr] Compiling serde v1.0.68 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling actix-web v0.6.14 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde_derive v1.0.68 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.5 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling tokio-threadpool v0.1.4 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling h2 v0.1.10 [INFO] [stderr] Compiling tokio-fs v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling trust-dns-proto v0.3.3 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling serde_urlencoded v0.5.2 [INFO] [stderr] Compiling trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling cargo_metadata v0.5.6 [INFO] [stderr] Compiling skeptic v0.13.3 [INFO] [stderr] Compiling actix v0.5.8 [INFO] [stderr] Compiling actix-background-worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `BackgroundTask` in this scope [INFO] [stderr] --> src/main.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.31s [INFO] running `"docker" "inspect" "f0b83dbfd4fe66da5213e633c1bbdc0fe088d50d07c3c75012d52bea20f99ce6"` [INFO] running `"docker" "rm" "-f" "f0b83dbfd4fe66da5213e633c1bbdc0fe088d50d07c3c75012d52bea20f99ce6"` [INFO] [stdout] f0b83dbfd4fe66da5213e633c1bbdc0fe088d50d07c3c75012d52bea20f99ce6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 7aa1d38cbcc6394aff712543061de6506fd06e1dd64cb2fde1e894072607723a [INFO] running `"docker" "start" "-a" "7aa1d38cbcc6394aff712543061de6506fd06e1dd64cb2fde1e894072607723a"` [INFO] [stderr] Compiling actix-background-worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot find type `BackgroundTask` in this scope [INFO] [stderr] --> src/main.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Message)] [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `"docker" "inspect" "7aa1d38cbcc6394aff712543061de6506fd06e1dd64cb2fde1e894072607723a"` [INFO] running `"docker" "rm" "-f" "7aa1d38cbcc6394aff712543061de6506fd06e1dd64cb2fde1e894072607723a"` [INFO] [stdout] 7aa1d38cbcc6394aff712543061de6506fd06e1dd64cb2fde1e894072607723a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] f4ed5ad5bf3136eb97c37dd7e69b4062f16f27165e7414b6a7bca1c474ef861e [INFO] running `"docker" "start" "-a" "f4ed5ad5bf3136eb97c37dd7e69b4062f16f27165e7414b6a7bca1c474ef861e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/actix_background_worker-a04d191b2ec819f4 [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" "f4ed5ad5bf3136eb97c37dd7e69b4062f16f27165e7414b6a7bca1c474ef861e"` [INFO] running `"docker" "rm" "-f" "f4ed5ad5bf3136eb97c37dd7e69b4062f16f27165e7414b6a7bca1c474ef861e"` [INFO] [stdout] f4ed5ad5bf3136eb97c37dd7e69b4062f16f27165e7414b6a7bca1c474ef861e