[INFO] updating cached repository https://github.com/FTV-Subtil/rs_command_line_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] 9086b23c8e716c80b2497ecc70704206a11ebdc0 [INFO] testing FTV-Subtil/rs_command_line_worker against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FFTV-Subtil%2Frs_command_line_worker" "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/FTV-Subtil/rs_command_line_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/FTV-Subtil/rs_command_line_worker [INFO] finished tweaking git repo https://github.com/FTV-Subtil/rs_command_line_worker [INFO] tweaked toml for git repo https://github.com/FTV-Subtil/rs_command_line_worker written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/FTV-Subtil/rs_command_line_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-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 09ddb8066726c383c9be26f20b9d6d1310b7b6121bfc7dd417f0b6a9c58f4dd0 [INFO] running `"docker" "start" "-a" "09ddb8066726c383c9be26f20b9d6d1310b7b6121bfc7dd417f0b6a9c58f4dd0"` [INFO] [stderr] Compiling cookie-factory v0.3.0-beta2 [INFO] [stderr] Compiling lexical-core v0.4.3 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling amq-protocol-uri v2.2.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling hashbrown v0.2.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling pest_derive v2.1.0 [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 v0.1.22 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tcp-stream v0.5.0 [INFO] [stderr] Compiling handlebars v2.0.0-beta.2 [INFO] [stderr] Compiling amq-protocol-tcp v2.2.0 [INFO] [stderr] Compiling amq-protocol-types v2.2.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling amq-protocol-codegen v2.2.0 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling amq-protocol v2.2.0 [INFO] [stderr] Compiling lapin v0.25.0 [INFO] [stderr] Compiling lapin-futures v0.25.0 [INFO] [stderr] Compiling amqp_worker v0.5.8 [INFO] [stderr] Compiling command_line_worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "09ddb8066726c383c9be26f20b9d6d1310b7b6121bfc7dd417f0b6a9c58f4dd0"` [INFO] running `"docker" "rm" "-f" "09ddb8066726c383c9be26f20b9d6d1310b7b6121bfc7dd417f0b6a9c58f4dd0"` [INFO] [stdout] 09ddb8066726c383c9be26f20b9d6d1310b7b6121bfc7dd417f0b6a9c58f4dd0 [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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f6b6e007b8906c5348646eaf2364a98cae4475939c02e43a56bd181889d41fd4 [INFO] running `"docker" "start" "-a" "f6b6e007b8906c5348646eaf2364a98cae4475939c02e43a56bd181889d41fd4"` [INFO] [stderr] Compiling command_line_worker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.31s [INFO] running `"docker" "inspect" "f6b6e007b8906c5348646eaf2364a98cae4475939c02e43a56bd181889d41fd4"` [INFO] running `"docker" "rm" "-f" "f6b6e007b8906c5348646eaf2364a98cae4475939c02e43a56bd181889d41fd4"` [INFO] [stdout] f6b6e007b8906c5348646eaf2364a98cae4475939c02e43a56bd181889d41fd4 [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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 92ab5ef44e4c1556736f66ea763f1fcfc7d09dfdc5a0cf5c679054d9f0173143 [INFO] running `"docker" "start" "-a" "92ab5ef44e4c1556736f66ea763f1fcfc7d09dfdc5a0cf5c679054d9f0173143"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/command_line_worker-20383e3919d58edf [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test message::test_compile_command_template_with_doubles ... ok [INFO] [stdout] test message::test_compile_command_template ... ok [INFO] [stdout] test message::test_compile_command_template_with_fixed_params ... ok [INFO] [stdout] test message::test_launch ... ok [INFO] [stdout] test message::test_launch_with_exec_dir ... ok [INFO] [stdout] test message::test_process ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "92ab5ef44e4c1556736f66ea763f1fcfc7d09dfdc5a0cf5c679054d9f0173143"` [INFO] running `"docker" "rm" "-f" "92ab5ef44e4c1556736f66ea763f1fcfc7d09dfdc5a0cf5c679054d9f0173143"` [INFO] [stdout] 92ab5ef44e4c1556736f66ea763f1fcfc7d09dfdc5a0cf5c679054d9f0173143