[INFO] cloning repository https://github.com/theotherphil/imagecli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theotherphil/imagecli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheotherphil%2Fimagecli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheotherphil%2Fimagecli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8b260c9f05aec2e3f83dd4aaaa1a606302e10a51 [INFO] testing theotherphil/imagecli against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheotherphil%2Fimagecli" "/workspace/builds/worker-31/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-31/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/theotherphil/imagecli on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/theotherphil/imagecli [INFO] finished tweaking git repo https://github.com/theotherphil/imagecli [INFO] tweaked toml for git repo https://github.com/theotherphil/imagecli written to /workspace/builds/worker-31/source/Cargo.toml [INFO] crate git repo https://github.com/theotherphil/imagecli already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded imageproc v0.19.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf00b89a7ee132c1174b5226c8fec7b5a21bd468ff13c944734f7dba6a9e79c2 [INFO] running `Command { std: "docker" "start" "-a" "bf00b89a7ee132c1174b5226c8fec7b5a21bd468ff13c944734f7dba6a9e79c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf00b89a7ee132c1174b5226c8fec7b5a21bd468ff13c944734f7dba6a9e79c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf00b89a7ee132c1174b5226c8fec7b5a21bd468ff13c944734f7dba6a9e79c2", kill_on_drop: false }` [INFO] [stdout] bf00b89a7ee132c1174b5226c8fec7b5a21bd468ff13c944734f7dba6a9e79c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a8cecb7d3b9224f59996cfa1c521dc1395df1e12a31da56a19a32cf7fe9c243 [INFO] running `Command { std: "docker" "start" "-a" "7a8cecb7d3b9224f59996cfa1c521dc1395df1e12a31da56a19a32cf7fe9c243", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling matrixmultiply v0.1.15 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling gimli v0.25.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling minimal-lexical v0.1.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling png v0.15.3 [INFO] [stderr] Compiling object v0.26.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling addr2line v0.16.0 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling rulinalg v0.4.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling structopt-derive v0.4.16 [INFO] [stderr] Compiling snafu v0.5.0 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling structopt v0.3.23 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling imageproc v0.19.2 [INFO] [stderr] Compiling imagecli v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.21s [INFO] running `Command { std: "docker" "inspect" "7a8cecb7d3b9224f59996cfa1c521dc1395df1e12a31da56a19a32cf7fe9c243", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a8cecb7d3b9224f59996cfa1c521dc1395df1e12a31da56a19a32cf7fe9c243", kill_on_drop: false }` [INFO] [stdout] 7a8cecb7d3b9224f59996cfa1c521dc1395df1e12a31da56a19a32cf7fe9c243 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9691c9bdbbdd6eb6318fb903d09d932af0a8f7eb81b1576b2e2893b15f20b155 [INFO] running `Command { std: "docker" "start" "-a" "9691c9bdbbdd6eb6318fb903d09d932af0a8f7eb81b1576b2e2893b15f20b155", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling imagecli v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2m 06s [INFO] running `Command { std: "docker" "inspect" "9691c9bdbbdd6eb6318fb903d09d932af0a8f7eb81b1576b2e2893b15f20b155", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9691c9bdbbdd6eb6318fb903d09d932af0a8f7eb81b1576b2e2893b15f20b155", kill_on_drop: false }` [INFO] [stdout] 9691c9bdbbdd6eb6318fb903d09d932af0a8f7eb81b1576b2e2893b15f20b155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4b0a983c61666bd4a90c76750c157adc2a98bfb22cadbe5f1a45440435e12671 [INFO] running `Command { std: "docker" "start" "-a" "4b0a983c61666bd4a90c76750c157adc2a98bfb22cadbe5f1a45440435e12671", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.83s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/imagecli-f89587877afbcd26) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test documentation::markdown::tests::test_header ... ok [INFO] [stdout] test documentation::stack_diagram::tests::test_render_stack_diagram ... ok [INFO] [stdout] test documentation::markdown::tests::test_markdown_internal_link ... ok [INFO] [stdout] test expr::tests::test_parse_expr_mul_div ... ok [INFO] [stdout] test expr::tests::test_parse_expr_add_mul_parens ... ok [INFO] [stdout] test stack::tests::test_new_contents ... ok [INFO] [stdout] test stack::tests::test_pop ... ok [INFO] [stdout] test expr::tests::test_parse_expr_num ... ok [INFO] [stdout] test expr::tests::test_parse_expr_add ... ok [INFO] [stdout] test expr::tests::test_parse_expr_var ... ok [INFO] [stdout] test expr::tests::test_parse_expr_multiple_vars ... ok [INFO] [stdout] test documentation::template::tests::test_parse_example ... ok [INFO] [stdout] test documentation::markdown::tests::test_markdown_table ... ok [INFO] [stdout] test expr::tests::test_parse_expr_relational ... ok [INFO] [stdout] test documentation::template::tests::test_parse_diagram ... ok [INFO] [stdout] test stack::tests::test_pop_n ... ok [INFO] [stdout] test stack::tests::test_rot ... ok [INFO] [stdout] test expr::tests::test_parse_expr_add_mul ... ok [INFO] [stdout] test expr::tests::test_parse_expr_complex ... ok [INFO] [stdout] test stack::tests::test_dup ... ok [INFO] [stdout] test expr::tests::test_lex ... ok [INFO] [stdout] test output_spec::tests::output_spec_parse_without_patterns ... ok [INFO] [stdout] test output_spec::tests::output_spec_pattern_without_width ... ok [INFO] [stdout] test output_spec::tests::output_spec_pattern_with_other_paths ... ok [INFO] [stdout] test output_spec::tests::output_spec_pattern_with_width ... ok [INFO] [stdout] test stack::tests::test_pop_empty - should panic ... ok [INFO] [stdout] test stack::tests::test_rot_exceeding_len - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/imagecli-4700e310aecea3e6) [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; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-85f8593fa23a61a0) [INFO] [stdout] running 11 tests [INFO] [stdout] test test_parse_gray ... ok [INFO] [stdout] test test_parse_invalid_multi_stage_pipeline ... ok [INFO] [stdout] test test_parse_hcat ... ok [INFO] [stdout] test test_parse_invalid_single_stage_pipeline ... ok [INFO] [stdout] test test_parse_grid ... ok [INFO] [stdout] test test_parse_circle ... ok [INFO] [stdout] test test_parse_resize ... ok [INFO] [stdout] test test_parse_translate_negative ... ok [INFO] [stdout] test test_parse_scale ... ok [INFO] [stdout] test test_parse_valid_multi_stage_pipeline ... ok [INFO] [stdout] test test_parse_valid_single_stage_pipeline ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests imagecli [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4b0a983c61666bd4a90c76750c157adc2a98bfb22cadbe5f1a45440435e12671", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0a983c61666bd4a90c76750c157adc2a98bfb22cadbe5f1a45440435e12671", kill_on_drop: false }` [INFO] [stdout] 4b0a983c61666bd4a90c76750c157adc2a98bfb22cadbe5f1a45440435e12671