[INFO] updating cached repository https://github.com/ZivxXxY/iron-gcd-example [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] 4426115e6397487d06ffe90550ca29a7983c331c [INFO] testing ZivxXxY/iron-gcd-example against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FZivxXxY%2Firon-gcd-example" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ZivxXxY/iron-gcd-example 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/ZivxXxY/iron-gcd-example [INFO] finished tweaking git repo https://github.com/ZivxXxY/iron-gcd-example [INFO] tweaked toml for git repo https://github.com/ZivxXxY/iron-gcd-example written to work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/ZivxXxY/iron-gcd-example 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] bbb865ed61eefa5557fa5f9f45204b4469b268dce8d5e65bd9f04047893ee0fb [INFO] running `"docker" "start" "-a" "bbb865ed61eefa5557fa5f9f45204b4469b268dce8d5e65bd9f04047893ee0fb"` [INFO] [stderr] Compiling safemem v0.3.1 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling persistent v0.4.0 [INFO] [stderr] Compiling router v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bodyparser v0.8.0 [INFO] [stderr] Compiling urlencoded v0.6.0 [INFO] [stderr] Compiling iron-gcd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.51s [INFO] running `"docker" "inspect" "bbb865ed61eefa5557fa5f9f45204b4469b268dce8d5e65bd9f04047893ee0fb"` [INFO] running `"docker" "rm" "-f" "bbb865ed61eefa5557fa5f9f45204b4469b268dce8d5e65bd9f04047893ee0fb"` [INFO] [stdout] bbb865ed61eefa5557fa5f9f45204b4469b268dce8d5e65bd9f04047893ee0fb [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] c5d858555b85761f865b5d24e41fdc10bb7a35fa1f8b4351fde342fcb22cd405 [INFO] running `"docker" "start" "-a" "c5d858555b85761f865b5d24e41fdc10bb7a35fa1f8b4351fde342fcb22cd405"` [INFO] [stderr] Compiling iron-gcd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "c5d858555b85761f865b5d24e41fdc10bb7a35fa1f8b4351fde342fcb22cd405"` [INFO] running `"docker" "rm" "-f" "c5d858555b85761f865b5d24e41fdc10bb7a35fa1f8b4351fde342fcb22cd405"` [INFO] [stdout] c5d858555b85761f865b5d24e41fdc10bb7a35fa1f8b4351fde342fcb22cd405 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/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] 4ea9b3cae01e8592066c2d5706cf224e98096e98ce5d5bc8c733052bc2e93afb [INFO] running `"docker" "start" "-a" "4ea9b3cae01e8592066c2d5706cf224e98096e98ce5d5bc8c733052bc2e93afb"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/iron_gcd-d86093256b08db2e [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" "4ea9b3cae01e8592066c2d5706cf224e98096e98ce5d5bc8c733052bc2e93afb"` [INFO] running `"docker" "rm" "-f" "4ea9b3cae01e8592066c2d5706cf224e98096e98ce5d5bc8c733052bc2e93afb"` [INFO] [stdout] 4ea9b3cae01e8592066c2d5706cf224e98096e98ce5d5bc8c733052bc2e93afb