[INFO] fetching crate ed 0.3.0...
[INFO] checking ed-0.3.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate ed 0.3.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate ed 0.3.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ed 0.3.0
[INFO] finished tweaking crates.io crate ed 0.3.0
[INFO] tweaked toml for crates.io crate ed 0.3.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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 ed-derive v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94ba10d0d3a0c0e450a2abe6c2d4392c00911f28eb268699035ee0acbf6106ba
[INFO] running `Command { std: "docker" "start" "-a" "94ba10d0d3a0c0e450a2abe6c2d4392c00911f28eb268699035ee0acbf6106ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94ba10d0d3a0c0e450a2abe6c2d4392c00911f28eb268699035ee0acbf6106ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94ba10d0d3a0c0e450a2abe6c2d4392c00911f28eb268699035ee0acbf6106ba", kill_on_drop: false }`
[INFO] [stdout] 94ba10d0d3a0c0e450a2abe6c2d4392c00911f28eb268699035ee0acbf6106ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 596631d6693f6188df801b8386e56454451fb5b54623260fb435981c930f45d3
[INFO] running `Command { std: "docker" "start" "-a" "596631d6693f6188df801b8386e56454451fb5b54623260fb435981c930f45d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ed-derive v0.3.0
[INFO] [stderr]     Checking ed v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `mutagen`
[INFO] [stdout]    --> src/lib.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 | use mutagen::mutate;
[INFO] [stdout]     |     ^^^^^^^ use of undeclared crate or module `mutagen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:114:22
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:216:22
[INFO] [stdout]     |
[INFO] [stdout] 216 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:235:22
[INFO] [stdout]     |
[INFO] [stdout] 235 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:253:22
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:267:22
[INFO] [stdout]     |
[INFO] [stdout] 267 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:280:22
[INFO] [stdout]     |
[INFO] [stdout] 280 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:294:22
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:319:22
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:326:22
[INFO] [stdout]     |
[INFO] [stdout] 326 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:335:22
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:466:22
[INFO] [stdout]     |
[INFO] [stdout] 466 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:479:22
[INFO] [stdout]     |
[INFO] [stdout] 479 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:490:22
[INFO] [stdout]     |
[INFO] [stdout] 490 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:521:22
[INFO] [stdout]     |
[INFO] [stdout] 521 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:531:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:544:22
[INFO] [stdout]     |
[INFO] [stdout] 544 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:551:22
[INFO] [stdout]     |
[INFO] [stdout] 551 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:560:22
[INFO] [stdout]     |
[INFO] [stdout] 560 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:569:22
[INFO] [stdout]     |
[INFO] [stdout] 569 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:579:22
[INFO] [stdout]     |
[INFO] [stdout] 579 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:586:22
[INFO] [stdout]     |
[INFO] [stdout] 586 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:595:22
[INFO] [stdout]     |
[INFO] [stdout] 595 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ed` (lib test) due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "596631d6693f6188df801b8386e56454451fb5b54623260fb435981c930f45d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "596631d6693f6188df801b8386e56454451fb5b54623260fb435981c930f45d3", kill_on_drop: false }`
[INFO] [stdout] 596631d6693f6188df801b8386e56454451fb5b54623260fb435981c930f45d3
[INFO] checking ed-0.3.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate ed 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate ed 0.3.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ed 0.3.0
[INFO] finished tweaking crates.io crate ed 0.3.0
[INFO] tweaked toml for crates.io crate ed 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd4c38076fa0655102de9a9db93925462b7b95855caa37a60327e47c48b1a7ce
[INFO] running `Command { std: "docker" "start" "-a" "fd4c38076fa0655102de9a9db93925462b7b95855caa37a60327e47c48b1a7ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd4c38076fa0655102de9a9db93925462b7b95855caa37a60327e47c48b1a7ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd4c38076fa0655102de9a9db93925462b7b95855caa37a60327e47c48b1a7ce", kill_on_drop: false }`
[INFO] [stdout] fd4c38076fa0655102de9a9db93925462b7b95855caa37a60327e47c48b1a7ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8cf4366e383fc2fdf292bbf5d2d6adebf0df912a7011025da206e3ad7a40ca32
[INFO] running `Command { std: "docker" "start" "-a" "8cf4366e383fc2fdf292bbf5d2d6adebf0df912a7011025da206e3ad7a40ca32", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ed-derive v0.3.0
[INFO] [stderr]     Checking ed v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `mutagen`
[INFO] [stdout]    --> src/lib.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 | use mutagen::mutate;
[INFO] [stdout]     |     ^^^^^^^ use of undeclared crate or module `mutagen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:114:22
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:216:22
[INFO] [stdout]     |
[INFO] [stdout] 216 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:235:22
[INFO] [stdout]     |
[INFO] [stdout] 235 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:253:22
[INFO] [stdout]     |
[INFO] [stdout] 253 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:267:22
[INFO] [stdout]     |
[INFO] [stdout] 267 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:280:22
[INFO] [stdout]     |
[INFO] [stdout] 280 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:294:22
[INFO] [stdout]     |
[INFO] [stdout] 294 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:319:22
[INFO] [stdout]     |
[INFO] [stdout] 319 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:326:22
[INFO] [stdout]     |
[INFO] [stdout] 326 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:335:22
[INFO] [stdout]     |
[INFO] [stdout] 335 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:466:22
[INFO] [stdout]     |
[INFO] [stdout] 466 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:479:22
[INFO] [stdout]     |
[INFO] [stdout] 479 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:490:22
[INFO] [stdout]     |
[INFO] [stdout] 490 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:521:22
[INFO] [stdout]     |
[INFO] [stdout] 521 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:531:22
[INFO] [stdout]     |
[INFO] [stdout] 531 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:544:22
[INFO] [stdout]     |
[INFO] [stdout] 544 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:551:22
[INFO] [stdout]     |
[INFO] [stdout] 551 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:560:22
[INFO] [stdout]     |
[INFO] [stdout] 560 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:569:22
[INFO] [stdout]     |
[INFO] [stdout] 569 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:579:22
[INFO] [stdout]     |
[INFO] [stdout] 579 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:586:22
[INFO] [stdout]     |
[INFO] [stdout] 586 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `mutate`
[INFO] [stdout]    --> src/lib.rs:595:22
[INFO] [stdout]     |
[INFO] [stdout] 595 |     #[cfg_attr(test, mutate)]
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ed` (lib test) due to 26 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8cf4366e383fc2fdf292bbf5d2d6adebf0df912a7011025da206e3ad7a40ca32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cf4366e383fc2fdf292bbf5d2d6adebf0df912a7011025da206e3ad7a40ca32", kill_on_drop: false }`
[INFO] [stdout] 8cf4366e383fc2fdf292bbf5d2d6adebf0df912a7011025da206e3ad7a40ca32
