[INFO] fetching crate hack-assembler 0.1.0... [INFO] checking hack-assembler-0.1.0 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] extracting crate hack-assembler 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate hack-assembler 0.1.0 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hack-assembler 0.1.0 [INFO] finished tweaking crates.io crate hack-assembler 0.1.0 [INFO] tweaked toml for crates.io crate hack-assembler 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1dc24b4367ad3b6ce63f5298f519a80dd6c46b3bb53b9c2e945b88771d652cdd [INFO] running `Command { std: "docker" "start" "-a" "1dc24b4367ad3b6ce63f5298f519a80dd6c46b3bb53b9c2e945b88771d652cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1dc24b4367ad3b6ce63f5298f519a80dd6c46b3bb53b9c2e945b88771d652cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dc24b4367ad3b6ce63f5298f519a80dd6c46b3bb53b9c2e945b88771d652cdd", kill_on_drop: false }` [INFO] [stdout] 1dc24b4367ad3b6ce63f5298f519a80dd6c46b3bb53b9c2e945b88771d652cdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43d954255f86eeb130faa869be69fd30b44c659b659af0e30f7f1a33e836758e [INFO] running `Command { std: "docker" "start" "-a" "43d954255f86eeb130faa869be69fd30b44c659b659af0e30f7f1a33e836758e", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking sized-chunks v0.5.3 [INFO] [stderr] Checking hack-assembler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `number` should have an upper camel case name [INFO] [stdout] --> src/hack_parser.rs:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | number(usize), [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Number` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `label` should have an upper camel case name [INFO] [stdout] --> src/hack_parser.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | label(Located), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `number` should have an upper camel case name [INFO] [stdout] --> src/hack_parser.rs:46:3 [INFO] [stdout] | [INFO] [stdout] 46 | number(usize), [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Number` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `label` should have an upper camel case name [INFO] [stdout] --> src/hack_parser.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | label(Located), [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `B` may not live long enough [INFO] [stdout] --> src/parser.rs:294:3 [INFO] [stdout] | [INFO] [stdout] 294 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `B` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 289 | pub fn map<'a, P: 'a, F: 'a, A, B: 'a, S: Clone + 'a>(parser: P, map_fn: F) -> BoxedParser<'a, B, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `B` may not live long enough [INFO] [stdout] --> src/parser.rs:305:3 [INFO] [stdout] | [INFO] [stdout] 305 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `B` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 300 | pub fn map_with_state<'a, P: 'a, F: 'a, A, B: 'a, S: Clone + 'a>(parser: P, map_fn: F) -> BoxedParser<'a, B, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `A` may not live long enough [INFO] [stdout] --> src/parser.rs:464:3 [INFO] [stdout] | [INFO] [stdout] 464 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `A` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 460 | pub fn zero_or_more<'a, P: 'a, A: 'a, S: Clone + 'a>(parser: P) -> BoxedParser<'a, Vec, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `B` may not live long enough [INFO] [stdout] --> src/parser.rs:294:3 [INFO] [stdout] | [INFO] [stdout] 294 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `B` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 289 | pub fn map<'a, P: 'a, F: 'a, A, B: 'a, S: Clone + 'a>(parser: P, map_fn: F) -> BoxedParser<'a, B, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `B` may not live long enough [INFO] [stdout] --> src/parser.rs:305:3 [INFO] [stdout] | [INFO] [stdout] 305 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `B` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 300 | pub fn map_with_state<'a, P: 'a, F: 'a, A, B: 'a, S: Clone + 'a>(parser: P, map_fn: F) -> BoxedParser<'a, B, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `A` may not live long enough [INFO] [stdout] --> src/parser.rs:464:3 [INFO] [stdout] | [INFO] [stdout] 464 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `A` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 460 | pub fn zero_or_more<'a, P: 'a, A: 'a, S: Clone + 'a>(parser: P) -> BoxedParser<'a, Vec, S> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `A` may not live long enough [INFO] [stdout] --> src/parser.rs:718:3 [INFO] [stdout] | [INFO] [stdout] 718 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `A` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 713 | pub fn either<'a, A: 'a, P: 'a, S: Clone + 'a>(parser1: P, parser2: P) [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `A` may not live long enough [INFO] [stdout] --> src/parser.rs:718:3 [INFO] [stdout] | [INFO] [stdout] 718 | BoxedParser::new( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ...so that the type `A` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 713 | pub fn either<'a, A: 'a, P: 'a, S: Clone + 'a>(parser1: P, parser2: P) [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hack-assembler` due to 5 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hack-assembler` due to 5 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "43d954255f86eeb130faa869be69fd30b44c659b659af0e30f7f1a33e836758e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43d954255f86eeb130faa869be69fd30b44c659b659af0e30f7f1a33e836758e", kill_on_drop: false }` [INFO] [stdout] 43d954255f86eeb130faa869be69fd30b44c659b659af0e30f7f1a33e836758e