[INFO] cloning repository https://github.com/cronokirby/icky
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cronokirby/icky" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Ficky", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Ficky'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60ee7704719b019ea89319a34e40bf117aec8716
[INFO] testing cronokirby/icky against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Ficky" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cronokirby/icky
[INFO] finished tweaking git repo https://github.com/cronokirby/icky
[INFO] tweaked toml for git repo https://github.com/cronokirby/icky written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cronokirby/icky on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cronokirby/icky already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded peg-runtime v0.8.3
[INFO] [stderr]   Downloaded peg v0.8.4
[INFO] [stderr]   Downloaded peg-macros v0.8.4
[INFO] [stderr]   Downloaded anyhow v1.0.91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 53b849b95514e33bcaac9fe0a5e5ae5cbf4bb69ea034141886ffa24303e33852
[INFO] running `Command { std: "docker" "start" "-a" "53b849b95514e33bcaac9fe0a5e5ae5cbf4bb69ea034141886ffa24303e33852", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "53b849b95514e33bcaac9fe0a5e5ae5cbf4bb69ea034141886ffa24303e33852", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53b849b95514e33bcaac9fe0a5e5ae5cbf4bb69ea034141886ffa24303e33852", kill_on_drop: false }`
[INFO] [stdout] 53b849b95514e33bcaac9fe0a5e5ae5cbf4bb69ea034141886ffa24303e33852
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1dec269f109d4f3df79d9a4f5479ef11a44b7ed4bfcf95d7a00ea6c73351c36b
[INFO] running `Command { std: "docker" "start" "-a" "1dec269f109d4f3df79d9a4f5479ef11a44b7ed4bfcf95d7a00ea6c73351c36b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling peg-runtime v0.8.3
[INFO] [stderr]    Compiling anyhow v1.0.91
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling peg-macros v0.8.4
[INFO] [stderr]    Compiling peg v0.8.4
[INFO] [stderr]    Compiling icky v0.1.0 (/opt/rustwide/workdir/crates/icky)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
[INFO] running `Command { std: "docker" "inspect" "1dec269f109d4f3df79d9a4f5479ef11a44b7ed4bfcf95d7a00ea6c73351c36b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dec269f109d4f3df79d9a4f5479ef11a44b7ed4bfcf95d7a00ea6c73351c36b", kill_on_drop: false }`
[INFO] [stdout] 1dec269f109d4f3df79d9a4f5479ef11a44b7ed4bfcf95d7a00ea6c73351c36b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3870d201f3a38e35603ba44b2faef83afb2377231494346d022c46f1d8649202
[INFO] running `Command { std: "docker" "start" "-a" "3870d201f3a38e35603ba44b2faef83afb2377231494346d022c46f1d8649202", kill_on_drop: false }`
[INFO] [stderr]    Compiling icky v0.1.0 (/opt/rustwide/workdir/crates/icky)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "3870d201f3a38e35603ba44b2faef83afb2377231494346d022c46f1d8649202", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3870d201f3a38e35603ba44b2faef83afb2377231494346d022c46f1d8649202", kill_on_drop: false }`
[INFO] [stdout] 3870d201f3a38e35603ba44b2faef83afb2377231494346d022c46f1d8649202
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2f8dc595446b7143c6278ab2e420f5cfe3c8cd7cb0c9d9d75ac3f8aa8d9c94a
[INFO] running `Command { std: "docker" "start" "-a" "c2f8dc595446b7143c6278ab2e420f5cfe3c8cd7cb0c9d9d75ac3f8aa8d9c94a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/icky-b2efda4bebe115b6)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/icky-db8c7f4965e1aade)
[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] [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] [stderr]    Doc-tests icky
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/icky/src/syntax.rs - syntax::Declaration (line 48) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/icky/src/syntax.rs - syntax::Declaration (line 48) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]  --> crates/icky/src/syntax.rs:49:3
[INFO] [stdout]   |
[INFO] [stdout] 1 | a : Int
[INFO] [stdout]   |   ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/icky/src/syntax.rs - syntax::Declaration (line 48)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c2f8dc595446b7143c6278ab2e420f5cfe3c8cd7cb0c9d9d75ac3f8aa8d9c94a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2f8dc595446b7143c6278ab2e420f5cfe3c8cd7cb0c9d9d75ac3f8aa8d9c94a", kill_on_drop: false }`
[INFO] [stdout] c2f8dc595446b7143c6278ab2e420f5cfe3c8cd7cb0c9d9d75ac3f8aa8d9c94a
