[INFO] updating cached repository https://github.com/aluminous/cacophony [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] 2cc9f486468f526edf06e9376298c472e9aa9da6 [INFO] testing aluminous/cacophony against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faluminous%2Fcacophony" "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/aluminous/cacophony 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/aluminous/cacophony [INFO] finished tweaking git repo https://github.com/aluminous/cacophony [INFO] tweaked toml for git repo https://github.com/aluminous/cacophony written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/aluminous/cacophony 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] [stderr] Blocking waiting for file lock on package cache [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] f197ec32d7d4c926a3c33ee12d1749e611bfbe9155b31186a4a9eba04c36f5ae [INFO] running `"docker" "start" "-a" "f197ec32d7d4c926a3c33ee12d1749e611bfbe9155b31186a4a9eba04c36f5ae"` [INFO] [stderr] Compiling openssl v0.10.18 [INFO] [stderr] Compiling sysinfo v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.41 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling v_escape_derive v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tar v0.4.20 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling hyper-openssl v0.7.0 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling v_escape v0.3.2 [INFO] [stderr] Compiling v_htmlescape v0.3.2 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling hyperlocal v0.6.0 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.18 [INFO] [stderr] Compiling shiplift v0.4.0 (https://github.com/softprops/shiplift.git#eb98b191) [INFO] [stderr] Compiling cacophony v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | Future, Error = actix_web::Error>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = actix_web::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/executor.rs:144:59 [INFO] [stderr] | [INFO] [stderr] 144 | fn create_container(&self, alloc: &Allocation) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 55s [INFO] running `"docker" "inspect" "f197ec32d7d4c926a3c33ee12d1749e611bfbe9155b31186a4a9eba04c36f5ae"` [INFO] running `"docker" "rm" "-f" "f197ec32d7d4c926a3c33ee12d1749e611bfbe9155b31186a4a9eba04c36f5ae"` [INFO] [stdout] f197ec32d7d4c926a3c33ee12d1749e611bfbe9155b31186a4a9eba04c36f5ae [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] de7317d8ea6b5a7020fddc174d1b3e800ba0adf34c4ea85c28b461919abe1ff9 [INFO] running `"docker" "start" "-a" "de7317d8ea6b5a7020fddc174d1b3e800ba0adf34c4ea85c28b461919abe1ff9"` [INFO] [stderr] Compiling cacophony v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/api.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | Future, Error = actix_web::Error>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = actix_web::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/executor.rs:144:59 [INFO] [stderr] | [INFO] [stderr] 144 | fn create_container(&self, alloc: &Allocation) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.43s [INFO] running `"docker" "inspect" "de7317d8ea6b5a7020fddc174d1b3e800ba0adf34c4ea85c28b461919abe1ff9"` [INFO] running `"docker" "rm" "-f" "de7317d8ea6b5a7020fddc174d1b3e800ba0adf34c4ea85c28b461919abe1ff9"` [INFO] [stdout] de7317d8ea6b5a7020fddc174d1b3e800ba0adf34c4ea85c28b461919abe1ff9 [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] fe384e2f05b447be92a232bff13ce523e467d52d1513ed9b8e1055693300e964 [INFO] running `"docker" "start" "-a" "fe384e2f05b447be92a232bff13ce523e467d52d1513ed9b8e1055693300e964"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cacophony-0ea2ef058d6d4f84 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test executor::test::test_node_resources ... ok [INFO] [stdout] test scheduler::test::test_create_job ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fe384e2f05b447be92a232bff13ce523e467d52d1513ed9b8e1055693300e964"` [INFO] running `"docker" "rm" "-f" "fe384e2f05b447be92a232bff13ce523e467d52d1513ed9b8e1055693300e964"` [INFO] [stdout] fe384e2f05b447be92a232bff13ce523e467d52d1513ed9b8e1055693300e964