[INFO] updating cached repository https://github.com/integer32llc/parity-setup [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] 4423ba3b57e2bfbadf78c5bd397ba70d7b65b770 [INFO] testing integer32llc/parity-setup against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Finteger32llc%2Fparity-setup" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/integer32llc/parity-setup 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/integer32llc/parity-setup [INFO] finished tweaking git repo https://github.com/integer32llc/parity-setup [INFO] tweaked toml for git repo https://github.com/integer32llc/parity-setup written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/integer32llc/parity-setup 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] 0707f21481ffa49ab5038db7439aea2a3ede3a0746bffebbf8166c3a4ef4e292 [INFO] running `"docker" "start" "-a" "0707f21481ffa49ab5038db7439aea2a3ede3a0746bffebbf8166c3a4ef4e292"` [INFO] [stderr] Compiling parity-rpc-generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:223:24 [INFO] [stderr] | [INFO] [stderr] 223 | let generator: Box> = match generator_type { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.38s [INFO] running `"docker" "inspect" "0707f21481ffa49ab5038db7439aea2a3ede3a0746bffebbf8166c3a4ef4e292"` [INFO] running `"docker" "rm" "-f" "0707f21481ffa49ab5038db7439aea2a3ede3a0746bffebbf8166c3a4ef4e292"` [INFO] [stdout] 0707f21481ffa49ab5038db7439aea2a3ede3a0746bffebbf8166c3a4ef4e292 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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] a60febe98bec6ac65c928fddfaf90f0ade06ff77183c3984e99051e9efac63d0 [INFO] running `"docker" "start" "-a" "a60febe98bec6ac65c928fddfaf90f0ade06ff77183c3984e99051e9efac63d0"` [INFO] [stderr] Compiling parity-rpc-generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TransactionGenerator` [INFO] [stderr] --> src/main.rs:298:13 [INFO] [stderr] | [INFO] [stderr] 298 | TransactionGenerator::new(&mut accounts, &mut rng) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `TransactionGenerator` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:223:24 [INFO] [stderr] | [INFO] [stderr] 223 | let generator: Box> = match generator_type { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `parity-rpc-generator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a60febe98bec6ac65c928fddfaf90f0ade06ff77183c3984e99051e9efac63d0"` [INFO] running `"docker" "rm" "-f" "a60febe98bec6ac65c928fddfaf90f0ade06ff77183c3984e99051e9efac63d0"` [INFO] [stdout] a60febe98bec6ac65c928fddfaf90f0ade06ff77183c3984e99051e9efac63d0