[INFO] crate rosrust_codegen 0.8.1 is already in cache [INFO] checking rosrust_codegen-0.8.1 against try#8c9c32a8d64d42555e366eecb0f0f2f23e15e3db for pr-63831 [INFO] extracting crate rosrust_codegen 0.8.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate rosrust_codegen 0.8.1 on toolchain 8c9c32a8d64d42555e366eecb0f0f2f23e15e3db [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rosrust_codegen 0.8.1 [INFO] finished tweaking crates.io crate rosrust_codegen 0.8.1 [INFO] tweaked toml for crates.io crate rosrust_codegen 0.8.1 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+8c9c32a8d64d42555e366eecb0f0f2f23e15e3db" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a431bd05d713f18ac43d92250bf29e6ad480e3aca72500701be68da622ba3e7d [INFO] running `"docker" "start" "-a" "a431bd05d713f18ac43d92250bf29e6ad480e3aca72500701be68da622ba3e7d"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Checking block-padding v0.1.4 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking quote v0.6.13 [INFO] [stderr] Checking syn v0.14.9 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking rosrust_codegen v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] error: mutable global state in a proc-macro [INFO] [stderr] --> src/helpers.rs:137:1 [INFO] [stderr] | [INFO] [stderr] 137 | / lazy_static! { [INFO] [stderr] 138 | | static ref IN_MEMORY_MESSAGES: HashMap<&'static str, &'static str> = [INFO] [stderr] 139 | | generate_in_memory_messages(); [INFO] [stderr] 140 | | } [INFO] [stderr] | |_^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | / lazy_static! { [INFO] [stderr] 207 | | static ref RESERVED_KEYWORDS: BTreeSet = [ [INFO] [stderr] 208 | | "as", "break", "const", "continue", "crate", "else", "enum", "extern", "false", "fn", [INFO] [stderr] 209 | | "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", "pub", "ref", [INFO] [stderr] ... | [INFO] [stderr] 217 | | .collect(); [INFO] [stderr] 218 | | } [INFO] [stderr] | |_^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 221 | / lazy_static! { [INFO] [stderr] 222 | | static ref MATCHER: String = format!("^{}{}{}$", FIELD_TYPE, ANY_WHITESPACE, FIELD_NAME); [INFO] [stderr] 223 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 224 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:221:5 [INFO] [stderr] | [INFO] [stderr] 221 | / lazy_static! { [INFO] [stderr] 222 | | static ref MATCHER: String = format!("^{}{}{}$", FIELD_TYPE, ANY_WHITESPACE, FIELD_NAME); [INFO] [stderr] 223 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 224 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | / lazy_static! { [INFO] [stderr] 237 | | static ref MATCHER: String = format!( [INFO] [stderr] 238 | | "^{}{}{}{}{}$", [INFO] [stderr] 239 | | FIELD_TYPE, IGNORE_WHITESPACE, EMPTY_BRACKETS, ANY_WHITESPACE, FIELD_NAME [INFO] [stderr] 240 | | ); [INFO] [stderr] 241 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:236:5 [INFO] [stderr] | [INFO] [stderr] 236 | / lazy_static! { [INFO] [stderr] 237 | | static ref MATCHER: String = format!( [INFO] [stderr] 238 | | "^{}{}{}{}{}$", [INFO] [stderr] 239 | | FIELD_TYPE, IGNORE_WHITESPACE, EMPTY_BRACKETS, ANY_WHITESPACE, FIELD_NAME [INFO] [stderr] 240 | | ); [INFO] [stderr] 241 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 242 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:254:5 [INFO] [stderr] | [INFO] [stderr] 254 | / lazy_static! { [INFO] [stderr] 255 | | static ref MATCHER: String = format!( [INFO] [stderr] 256 | | "^{}{}{}{}{}$", [INFO] [stderr] 257 | | FIELD_TYPE, IGNORE_WHITESPACE, NUMBER_BRACKETS, ANY_WHITESPACE, FIELD_NAME [INFO] [stderr] 258 | | ); [INFO] [stderr] 259 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 260 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:254:5 [INFO] [stderr] | [INFO] [stderr] 254 | / lazy_static! { [INFO] [stderr] 255 | | static ref MATCHER: String = format!( [INFO] [stderr] 256 | | "^{}{}{}{}{}$", [INFO] [stderr] 257 | | FIELD_TYPE, IGNORE_WHITESPACE, NUMBER_BRACKETS, ANY_WHITESPACE, FIELD_NAME [INFO] [stderr] 258 | | ); [INFO] [stderr] 259 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 260 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | / lazy_static! { [INFO] [stderr] 276 | | static ref MATCHER: String = format!( [INFO] [stderr] 277 | | r"^(string){}{}{}={}(.*)$", [INFO] [stderr] 278 | | ANY_WHITESPACE, FIELD_NAME, IGNORE_WHITESPACE, IGNORE_WHITESPACE [INFO] [stderr] 279 | | ); [INFO] [stderr] 280 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 281 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:275:5 [INFO] [stderr] | [INFO] [stderr] 275 | / lazy_static! { [INFO] [stderr] 276 | | static ref MATCHER: String = format!( [INFO] [stderr] 277 | | r"^(string){}{}{}={}(.*)$", [INFO] [stderr] 278 | | ANY_WHITESPACE, FIELD_NAME, IGNORE_WHITESPACE, IGNORE_WHITESPACE [INFO] [stderr] 279 | | ); [INFO] [stderr] 280 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 281 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:296:5 [INFO] [stderr] | [INFO] [stderr] 296 | / lazy_static! { [INFO] [stderr] 297 | | static ref MATCHER: String = format!( [INFO] [stderr] 298 | | r"^{}{}{}{}={}(-?[0-9]+)$", [INFO] [stderr] 299 | | FIELD_TYPE, ANY_WHITESPACE, FIELD_NAME, IGNORE_WHITESPACE, IGNORE_WHITESPACE [INFO] [stderr] 300 | | ); [INFO] [stderr] 301 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ [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: mutable global state in a proc-macro [INFO] [stderr] --> src/msg.rs:296:5 [INFO] [stderr] | [INFO] [stderr] 296 | / lazy_static! { [INFO] [stderr] 297 | | static ref MATCHER: String = format!( [INFO] [stderr] 298 | | r"^{}{}{}{}={}(-?[0-9]+)$", [INFO] [stderr] 299 | | FIELD_TYPE, ANY_WHITESPACE, FIELD_NAME, IGNORE_WHITESPACE, IGNORE_WHITESPACE [INFO] [stderr] 300 | | ); [INFO] [stderr] 301 | | static ref RE: Regex = Regex::new(&MATCHER).unwrap(); [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ [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 12 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rosrust_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a431bd05d713f18ac43d92250bf29e6ad480e3aca72500701be68da622ba3e7d"` [INFO] running `"docker" "rm" "-f" "a431bd05d713f18ac43d92250bf29e6ad480e3aca72500701be68da622ba3e7d"` [INFO] [stdout] a431bd05d713f18ac43d92250bf29e6ad480e3aca72500701be68da622ba3e7d