[INFO] updating cached repository jasonbartz/example-actions-deploy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jasonbartz/example-actions-deploy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jasonbartz/example-actions-deploy" "work/ex/beta-1.37-6/sources/1.36.0/gh/jasonbartz/example-actions-deploy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jasonbartz/example-actions-deploy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jasonbartz/example-actions-deploy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d1ba0ad0c7a686649b3e93269b04ac13e94e49da [INFO] sha for GitHub repo jasonbartz/example-actions-deploy: d1ba0ad0c7a686649b3e93269b04ac13e94e49da [INFO] validating manifest of jasonbartz/example-actions-deploy on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jasonbartz/example-actions-deploy on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jasonbartz/example-actions-deploy [INFO] finished frobbing jasonbartz/example-actions-deploy [INFO] frobbed toml for jasonbartz/example-actions-deploy written to work/ex/beta-1.37-6/sources/1.36.0/gh/jasonbartz/example-actions-deploy/Cargo.toml [INFO] started frobbing jasonbartz/example-actions-deploy [INFO] finished frobbing jasonbartz/example-actions-deploy [INFO] frobbed toml for jasonbartz/example-actions-deploy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy/Cargo.toml [INFO] crate jasonbartz/example-actions-deploy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jasonbartz/example-actions-deploy/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jasonbartz/example-actions-deploy against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] a4ee50e8fd958f0c6d5d36c670306dfc3c7593713c6b09ac49697db89ab7b3c2 [INFO] running `"docker" "start" "-a" "a4ee50e8fd958f0c6d5d36c670306dfc3c7593713c6b09ac49697db89ab7b3c2"` [INFO] [stderr] Compiling example-actions-deploy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.23s [INFO] running `"docker" "inspect" "a4ee50e8fd958f0c6d5d36c670306dfc3c7593713c6b09ac49697db89ab7b3c2"` [INFO] running `"docker" "rm" "-f" "a4ee50e8fd958f0c6d5d36c670306dfc3c7593713c6b09ac49697db89ab7b3c2"` [INFO] [stdout] a4ee50e8fd958f0c6d5d36c670306dfc3c7593713c6b09ac49697db89ab7b3c2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 2ae2a19477cbbe3b165033de0b8d8b26dc2988c9e0b7417cd38b42d3fd9435f5 [INFO] running `"docker" "start" "-a" "2ae2a19477cbbe3b165033de0b8d8b26dc2988c9e0b7417cd38b42d3fd9435f5"` [INFO] [stderr] Compiling example-actions-deploy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `"docker" "inspect" "2ae2a19477cbbe3b165033de0b8d8b26dc2988c9e0b7417cd38b42d3fd9435f5"` [INFO] running `"docker" "rm" "-f" "2ae2a19477cbbe3b165033de0b8d8b26dc2988c9e0b7417cd38b42d3fd9435f5"` [INFO] [stdout] 2ae2a19477cbbe3b165033de0b8d8b26dc2988c9e0b7417cd38b42d3fd9435f5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jasonbartz/example-actions-deploy:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 0f1a0509d91ccae24646f948c06d204bbe632bda99353732aa983834efaa5557 [INFO] running `"docker" "start" "-a" "0f1a0509d91ccae24646f948c06d204bbe632bda99353732aa983834efaa5557"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/example_actions_deploy-1ed99e83755f7061 [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" "0f1a0509d91ccae24646f948c06d204bbe632bda99353732aa983834efaa5557"` [INFO] running `"docker" "rm" "-f" "0f1a0509d91ccae24646f948c06d204bbe632bda99353732aa983834efaa5557"` [INFO] [stdout] 0f1a0509d91ccae24646f948c06d204bbe632bda99353732aa983834efaa5557