[INFO] updating cached repository https://github.com/fnichol/versio [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] 64cf67c191b33432f572f7cab8c5adba4f4d7923 [INFO] testing fnichol/versio against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio" "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/fnichol/versio 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/fnichol/versio [INFO] finished tweaking git repo https://github.com/fnichol/versio [INFO] tweaked toml for git repo https://github.com/fnichol/versio written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/fnichol/versio 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] d016055edfabdb653df452ddf9824485f370531caa772fcd05a5466d26f3221a [INFO] running `"docker" "start" "-a" "d016055edfabdb653df452ddf9824485f370531caa772fcd05a5466d26f3221a"` [INFO] [stderr] Compiling regex v1.1.8 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling versio v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling os_type v2.2.0 [INFO] [stderr] Compiling human-panic v1.0.1 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.40s [INFO] running `"docker" "inspect" "d016055edfabdb653df452ddf9824485f370531caa772fcd05a5466d26f3221a"` [INFO] running `"docker" "rm" "-f" "d016055edfabdb653df452ddf9824485f370531caa772fcd05a5466d26f3221a"` [INFO] [stdout] d016055edfabdb653df452ddf9824485f370531caa772fcd05a5466d26f3221a [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] 28e66959a685a862b254bbffd42739b99b7d5f9e2f78a2c0545a26ccd197300f [INFO] running `"docker" "start" "-a" "28e66959a685a862b254bbffd42739b99b7d5f9e2f78a2c0545a26ccd197300f"` [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling ci_info v0.3.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling insta v0.8.1 [INFO] [stderr] Compiling versio v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.09s [INFO] running `"docker" "inspect" "28e66959a685a862b254bbffd42739b99b7d5f9e2f78a2c0545a26ccd197300f"` [INFO] running `"docker" "rm" "-f" "28e66959a685a862b254bbffd42739b99b7d5f9e2f78a2c0545a26ccd197300f"` [INFO] [stdout] 28e66959a685a862b254bbffd42739b99b7d5f9e2f78a2c0545a26ccd197300f [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] ee86152a3e790b1e95225b35722eee658553c65943de6856e9ca25a83781c309 [INFO] running `"docker" "start" "-a" "ee86152a3e790b1e95225b35722eee658553c65943de6856e9ca25a83781c309"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/versio-118ac50fdac4aaef [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] [stderr] Running /opt/rustwide/target/debug/deps/integration_tests-0cc31a4362b932d8 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test version_long ... ok [INFO] [stdout] test version_short ... 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" "ee86152a3e790b1e95225b35722eee658553c65943de6856e9ca25a83781c309"` [INFO] running `"docker" "rm" "-f" "ee86152a3e790b1e95225b35722eee658553c65943de6856e9ca25a83781c309"` [INFO] [stdout] ee86152a3e790b1e95225b35722eee658553c65943de6856e9ca25a83781c309