[INFO] fetching crate unhtml_util 0.1.0...
[INFO] checking unhtml_util-0.1.0 against beta for pr-78714
[INFO] extracting crate unhtml_util 0.1.0 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate unhtml_util 0.1.0 on toolchain beta
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate unhtml_util 0.1.0
[INFO] finished tweaking crates.io crate unhtml_util 0.1.0
[INFO] tweaked toml for crates.io crate unhtml_util 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f9c04a99ad7b0930c55e14340a046e00d6a7433c0e929881786e751779097dc
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "2f9c04a99ad7b0930c55e14340a046e00d6a7433c0e929881786e751779097dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f9c04a99ad7b0930c55e14340a046e00d6a7433c0e929881786e751779097dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f9c04a99ad7b0930c55e14340a046e00d6a7433c0e929881786e751779097dc", kill_on_drop: false }`
[INFO] [stdout] 2f9c04a99ad7b0930c55e14340a046e00d6a7433c0e929881786e751779097dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f626d641f7a38f158ed66db973d4af41d4f98f8b3dd1316c8e6d34c05ada6318
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f626d641f7a38f158ed66db973d4af41d4f98f8b3dd1316c8e6d34c05ada6318", kill_on_drop: false }`
[INFO] [stderr] Checking ego-tree v0.5.1
[INFO] [stderr] Compiling serde_json v1.0.59
[INFO] [stderr] Checking string_cache v0.7.5
[INFO] [stderr] Checking cssparser v0.24.1
[INFO] [stdout] error[E0506]: cannot assign to `self.input.cached_token` because it is borrowed
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cssparser-0.24.1/src/parser.rs:572:17
[INFO] [stdout] |
[INFO] [stdout] 547 | pub fn next_including_whitespace_and_comments(&mut self) -> Result<&Token<'i>, BasicParseError<'i>> {
[INFO] [stdout] | - let's call the lifetime of this reference `'1`
[INFO] [stdout] ...
[INFO] [stdout] 560 | Some(ref cached_token)
[INFO] [stdout] | ---------------- borrow of `self.input.cached_token` occurs here
[INFO] [stdout] ...
[INFO] [stdout] 572 | self.input.cached_token = Some(CachedToken {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `self.input.cached_token` occurs here
[INFO] [stdout] ...
[INFO] [stdout] 584 | Ok(token)
[INFO] [stdout] | --------- returning this value requires that `self.input.cached_token.0` is borrowed for `'1`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0506`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `cssparser`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "f626d641f7a38f158ed66db973d4af41d4f98f8b3dd1316c8e6d34c05ada6318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f626d641f7a38f158ed66db973d4af41d4f98f8b3dd1316c8e6d34c05ada6318", kill_on_drop: false }`
[INFO] [stdout] f626d641f7a38f158ed66db973d4af41d4f98f8b3dd1316c8e6d34c05ada6318