[INFO] crate hyperbuild 0.0.14 is already in cache [INFO] checking hyperbuild-0.0.14 against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] extracting crate hyperbuild 0.0.14 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate hyperbuild 0.0.14 on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hyperbuild 0.0.14 [INFO] finished tweaking crates.io crate hyperbuild 0.0.14 [INFO] tweaked toml for crates.io crate hyperbuild 0.0.14 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate hyperbuild 0.0.14 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0ccb8649d2842b7250bb47ec3511cc07c549e981d383d9c81b468a54c077c5ed [INFO] running `"docker" "start" "-a" "0ccb8649d2842b7250bb47ec3511cc07c549e981d383d9c81b468a54c077c5ed"` [INFO] [stderr] Compiling fastrie v0.0.6 [INFO] [stderr] Checking cascade v0.1.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling hyperbuild v0.0.14 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `camel_case` [INFO] [stderr] --> build.rs:42:4 [INFO] [stderr] | [INFO] [stderr] 42 | fn camel_case(n: &Vec) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> src/spec/tag/omission.rs:146:86 [INFO] [stderr] | [INFO] [stderr] 146 | pub static CLOSING_TAG_OMISSION_RULES: Map<&'static [u8], &ClosingTagOmissionRule> = phf_map! { [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 147 | | b"li" => LI_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 148 | | b"dt" => DT_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 149 | | b"dd" => DD_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] ... | [INFO] [stderr] 160 | | b"th" => TH_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 161 | | }; [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | | creates a temporary which is freed while still in use [INFO] [stderr] | |_temporary value is freed at the end of this statement [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> /opt/rustwide/target/debug/build/hyperbuild-4fcc2f1679ae0804/out/gen_boolean_attrs.rs:53:82 [INFO] [stderr] | [INFO] [stderr] 53 | pub static BOOLEAN_ATTRS: crate::pattern::AttrMap = crate::pattern::AttrMap::new(phf::phf_map!{ [INFO] [stderr] | __________________________________________________________________________________^ [INFO] [stderr] 54 | | b"allowtransparency" => crate::pattern::AttrMapEntry::SomeHtmlElements(ALLOWTRANSPARENCY_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 55 | | b"nomodule" => crate::pattern::AttrMapEntry::SomeHtmlElements(NOMODULE_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 56 | | b"suppresshydrationwarning" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] ... | [INFO] [stderr] 84 | | b"open" => crate::pattern::AttrMapEntry::SomeHtmlElements(OPEN_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 85 | | }); [INFO] [stderr] | | ^- temporary value is freed at the end of this statement [INFO] [stderr] | | | [INFO] [stderr] | |_creates a temporary which is freed while still in use [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> src/spec/tag/omission.rs:146:86 [INFO] [stderr] | [INFO] [stderr] 146 | pub static CLOSING_TAG_OMISSION_RULES: Map<&'static [u8], &ClosingTagOmissionRule> = phf_map! { [INFO] [stderr] | ______________________________________________________________________________________^ [INFO] [stderr] 147 | | b"li" => LI_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 148 | | b"dt" => DT_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 149 | | b"dd" => DD_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] ... | [INFO] [stderr] 160 | | b"th" => TH_CLOSING_TAG_OMISSION_RULE, [INFO] [stderr] 161 | | }; [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | | creates a temporary which is freed while still in use [INFO] [stderr] | |_temporary value is freed at the end of this statement [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> /opt/rustwide/target/debug/build/hyperbuild-4fcc2f1679ae0804/out/gen_boolean_attrs.rs:53:82 [INFO] [stderr] | [INFO] [stderr] 53 | pub static BOOLEAN_ATTRS: crate::pattern::AttrMap = crate::pattern::AttrMap::new(phf::phf_map!{ [INFO] [stderr] | __________________________________________________________________________________^ [INFO] [stderr] 54 | | b"allowtransparency" => crate::pattern::AttrMapEntry::SomeHtmlElements(ALLOWTRANSPARENCY_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 55 | | b"nomodule" => crate::pattern::AttrMapEntry::SomeHtmlElements(NOMODULE_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 56 | | b"suppresshydrationwarning" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] ... | [INFO] [stderr] 84 | | b"open" => crate::pattern::AttrMapEntry::SomeHtmlElements(OPEN_BOOLEAN_ATTRS_ATTR), [INFO] [stderr] 85 | | }); [INFO] [stderr] | | ^- temporary value is freed at the end of this statement [INFO] [stderr] | | | [INFO] [stderr] | |_creates a temporary which is freed while still in use [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> /opt/rustwide/target/debug/build/hyperbuild-4fcc2f1679ae0804/out/gen_redundant_if_empty_attrs.rs:173:93 [INFO] [stderr] | [INFO] [stderr] 173 | pub static REDUNDANT_IF_EMPTY_ATTRS: crate::pattern::AttrMap = crate::pattern::AttrMap::new(phf::phf_map!{ [INFO] [stderr] | _____________________________________________________________________________________________^ [INFO] [stderr] 174 | | b"dirname" => crate::pattern::AttrMapEntry::SomeHtmlElements(DIRNAME_REDUNDANT_IF_EMPTY_ATTRS_ATTR), [INFO] [stderr] 175 | | b"id" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] 176 | | b"role" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] ... | [INFO] [stderr] 290 | | b"crossorigin" => crate::pattern::AttrMapEntry::SomeHtmlElements(CROSSORIGIN_REDUNDANT_IF_EMPTY_ATTRS_ATTR), [INFO] [stderr] 291 | | }); [INFO] [stderr] | | ^- temporary value is freed at the end of this statement [INFO] [stderr] | | | [INFO] [stderr] | |_creates a temporary which is freed while still in use [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0716`. [INFO] [stderr] error: could not compile `hyperbuild`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0716]: temporary value dropped while borrowed [INFO] [stderr] --> /opt/rustwide/target/debug/build/hyperbuild-4fcc2f1679ae0804/out/gen_redundant_if_empty_attrs.rs:173:93 [INFO] [stderr] | [INFO] [stderr] 173 | pub static REDUNDANT_IF_EMPTY_ATTRS: crate::pattern::AttrMap = crate::pattern::AttrMap::new(phf::phf_map!{ [INFO] [stderr] | _____________________________________________________________________________________________^ [INFO] [stderr] 174 | | b"dirname" => crate::pattern::AttrMapEntry::SomeHtmlElements(DIRNAME_REDUNDANT_IF_EMPTY_ATTRS_ATTR), [INFO] [stderr] 175 | | b"id" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] 176 | | b"role" => crate::pattern::AttrMapEntry::AllHtmlElements, [INFO] [stderr] ... | [INFO] [stderr] 290 | | b"crossorigin" => crate::pattern::AttrMapEntry::SomeHtmlElements(CROSSORIGIN_REDUNDANT_IF_EMPTY_ATTRS_ATTR), [INFO] [stderr] 291 | | }); [INFO] [stderr] | | ^- temporary value is freed at the end of this statement [INFO] [stderr] | | | [INFO] [stderr] | |_creates a temporary which is freed while still in use [INFO] [stderr] | cast requires that borrow lasts for `'static` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0716`. [INFO] [stderr] error: could not compile `hyperbuild`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0ccb8649d2842b7250bb47ec3511cc07c549e981d383d9c81b468a54c077c5ed"` [INFO] running `"docker" "rm" "-f" "0ccb8649d2842b7250bb47ec3511cc07c549e981d383d9c81b468a54c077c5ed"` [INFO] [stdout] 0ccb8649d2842b7250bb47ec3511cc07c549e981d383d9c81b468a54c077c5ed