[INFO] updating cached repository https://github.com/JohnMurray/pipeline [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] 91808189578fbd191ca82f27cf202006a8823662 [INFO] testing JohnMurray/pipeline against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnMurray%2Fpipeline" "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/JohnMurray/pipeline on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/JohnMurray/pipeline [INFO] finished tweaking git repo https://github.com/JohnMurray/pipeline [INFO] tweaked toml for git repo https://github.com/JohnMurray/pipeline written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/JohnMurray/pipeline already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 69e21426c9f6d4deffe22138d713027260c22c7466cf09df191667bcc1803ee5 [INFO] running `"docker" "start" "-a" "69e21426c9f6d4deffe22138d713027260c22c7466cf09df191667bcc1803ee5"` [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling pipeline v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.83s [INFO] running `"docker" "inspect" "69e21426c9f6d4deffe22138d713027260c22c7466cf09df191667bcc1803ee5"` [INFO] running `"docker" "rm" "-f" "69e21426c9f6d4deffe22138d713027260c22c7466cf09df191667bcc1803ee5"` [INFO] [stdout] 69e21426c9f6d4deffe22138d713027260c22c7466cf09df191667bcc1803ee5 [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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b428aa59c13e10f0ec43522c4c321b05df02efa0672ae60ef27bfcd79ce945b4 [INFO] running `"docker" "start" "-a" "b428aa59c13e10f0ec43522c4c321b05df02efa0672ae60ef27bfcd79ce945b4"` [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling rustfmt v0.10.0 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling extprim v1.7.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling strings v0.1.1 [INFO] [stderr] Compiling syntex_pos v0.59.1 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling notify v4.0.13 [INFO] [stderr] Compiling syntex_errors v0.59.1 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling syntex_syntax v0.59.1 [INFO] [stderr] Compiling watchexec v1.10.3 [INFO] [stderr] Compiling cargo-watch v7.2.1 [INFO] [stderr] Compiling pipeline v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.56s [INFO] running `"docker" "inspect" "b428aa59c13e10f0ec43522c4c321b05df02efa0672ae60ef27bfcd79ce945b4"` [INFO] running `"docker" "rm" "-f" "b428aa59c13e10f0ec43522c4c321b05df02efa0672ae60ef27bfcd79ce945b4"` [INFO] [stdout] b428aa59c13e10f0ec43522c4c321b05df02efa0672ae60ef27bfcd79ce945b4 [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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 4494b64d062c25e73bc6350ead970e45631b71e82b0e150544071237ae07adba [INFO] running `"docker" "start" "-a" "4494b64d062c25e73bc6350ead970e45631b71e82b0e150544071237ae07adba"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pipeline-777280ca59055ca1 [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" "4494b64d062c25e73bc6350ead970e45631b71e82b0e150544071237ae07adba"` [INFO] running `"docker" "rm" "-f" "4494b64d062c25e73bc6350ead970e45631b71e82b0e150544071237ae07adba"` [INFO] [stdout] 4494b64d062c25e73bc6350ead970e45631b71e82b0e150544071237ae07adba