[INFO] updating cached repository https://github.com/cgearing/exsv [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 0b2eff900d9a1ff82091083d520cdbb0f4de805c [INFO] testing cgearing/exsv against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcgearing%2Fexsv" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cgearing/exsv on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cgearing/exsv [INFO] finished tweaking git repo https://github.com/cgearing/exsv [INFO] tweaked toml for git repo https://github.com/cgearing/exsv written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/cgearing/exsv already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] a9c5ed9f329b289b9d0ac9bb8619645927996ddcec861f850360a31470d4da9f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a9c5ed9f329b289b9d0ac9bb8619645927996ddcec861f850360a31470d4da9f"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling codepage v0.1.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling quick-xml v0.17.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling calamine v0.16.0 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling excel2csv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.52s [INFO] running `"docker" "inspect" "a9c5ed9f329b289b9d0ac9bb8619645927996ddcec861f850360a31470d4da9f"` [INFO] running `"docker" "rm" "-f" "a9c5ed9f329b289b9d0ac9bb8619645927996ddcec861f850360a31470d4da9f"` [INFO] [stdout] a9c5ed9f329b289b9d0ac9bb8619645927996ddcec861f850360a31470d4da9f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f116d132ff6ec66fd4f6e9d8a5258672f20ffb60d513ecd07c50d0e136a409e [INFO] running `"docker" "start" "-a" "8f116d132ff6ec66fd4f6e9d8a5258672f20ffb60d513ecd07c50d0e136a409e"` [INFO] [stderr] Compiling excel2csv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `"docker" "inspect" "8f116d132ff6ec66fd4f6e9d8a5258672f20ffb60d513ecd07c50d0e136a409e"` [INFO] running `"docker" "rm" "-f" "8f116d132ff6ec66fd4f6e9d8a5258672f20ffb60d513ecd07c50d0e136a409e"` [INFO] [stdout] 8f116d132ff6ec66fd4f6e9d8a5258672f20ffb60d513ecd07c50d0e136a409e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stdout] 1655f27198e7bd0d135702959d65d8adfaead21e0af22070fc4b28f85aeef43c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1655f27198e7bd0d135702959d65d8adfaead21e0af22070fc4b28f85aeef43c"` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/excel2csv-c87afccaab5c503f [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" "1655f27198e7bd0d135702959d65d8adfaead21e0af22070fc4b28f85aeef43c"` [INFO] running `"docker" "rm" "-f" "1655f27198e7bd0d135702959d65d8adfaead21e0af22070fc4b28f85aeef43c"` [INFO] [stdout] 1655f27198e7bd0d135702959d65d8adfaead21e0af22070fc4b28f85aeef43c