[INFO] updating cached repository https://github.com/fitzgen/fart-template [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] 91691346c1149fde9165898f0ab217912a1b913d [INFO] testing fitzgen/fart-template against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffitzgen%2Ffart-template" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fitzgen/fart-template 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/fitzgen/fart-template [INFO] finished tweaking git repo https://github.com/fitzgen/fart-template [INFO] tweaked toml for git repo https://github.com/fitzgen/fart-template written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/fitzgen/fart-template 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] b63e92ddac407696b1884037b478a447d700400130fdab975e0cdcc15d231491 [INFO] running `"docker" "start" "-a" "b63e92ddac407696b1884037b478a447d700400130fdab975e0cdcc15d231491"` [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling cc v1.0.31 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling partial-min-max v0.3.0 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling svg v0.5.12 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling filetime v0.2.4 [INFO] [stderr] Compiling fart-utils v0.3.0 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling notify v4.0.10 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling euclid v0.19.6 [INFO] [stderr] Compiling structopt v0.2.15 [INFO] [stderr] Compiling fart-aabb v0.3.0 [INFO] [stderr] Compiling fart-2d-geom v0.3.0 [INFO] [stderr] Compiling fart v0.3.0 [INFO] [stderr] Compiling fart-template v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.60s [INFO] running `"docker" "inspect" "b63e92ddac407696b1884037b478a447d700400130fdab975e0cdcc15d231491"` [INFO] running `"docker" "rm" "-f" "b63e92ddac407696b1884037b478a447d700400130fdab975e0cdcc15d231491"` [INFO] [stdout] b63e92ddac407696b1884037b478a447d700400130fdab975e0cdcc15d231491 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] b9c3a68d6972f17ae423cea81e0506cef739e0c5d3db2238ac68eb07a966d080 [INFO] running `"docker" "start" "-a" "b9c3a68d6972f17ae423cea81e0506cef739e0c5d3db2238ac68eb07a966d080"` [INFO] [stderr] Compiling fart-template v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `"docker" "inspect" "b9c3a68d6972f17ae423cea81e0506cef739e0c5d3db2238ac68eb07a966d080"` [INFO] running `"docker" "rm" "-f" "b9c3a68d6972f17ae423cea81e0506cef739e0c5d3db2238ac68eb07a966d080"` [INFO] [stdout] b9c3a68d6972f17ae423cea81e0506cef739e0c5d3db2238ac68eb07a966d080 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 86ab96c79f001c9939df505b5f2e2e0a334e341fd80d1e464d0771647791b866 [INFO] running `"docker" "start" "-a" "86ab96c79f001c9939df505b5f2e2e0a334e341fd80d1e464d0771647791b866"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fart_template-50e8f1fbd8e0e1ed [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" "86ab96c79f001c9939df505b5f2e2e0a334e341fd80d1e464d0771647791b866"` [INFO] running `"docker" "rm" "-f" "86ab96c79f001c9939df505b5f2e2e0a334e341fd80d1e464d0771647791b866"` [INFO] [stdout] 86ab96c79f001c9939df505b5f2e2e0a334e341fd80d1e464d0771647791b866