[INFO] fetching crate nom-tracable 0.6.2... [INFO] checking nom-tracable-0.6.2 against master#db870ea71b6dcc7a91b999420b88f41d3cdd13e1 for pr-75192 [INFO] extracting crate nom-tracable 0.6.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nom-tracable 0.6.2 on toolchain db870ea71b6dcc7a91b999420b88f41d3cdd13e1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nom-tracable 0.6.2 [INFO] finished tweaking crates.io crate nom-tracable 0.6.2 [INFO] tweaked toml for crates.io crate nom-tracable 0.6.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate nom-tracable 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c94071b659602791ef835dd528dc1d5bd650b3ef096afc2ccdd40df03f2f0464 [INFO] running `Command { std: "docker" "start" "-a" "c94071b659602791ef835dd528dc1d5bd650b3ef096afc2ccdd40df03f2f0464", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c94071b659602791ef835dd528dc1d5bd650b3ef096afc2ccdd40df03f2f0464", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c94071b659602791ef835dd528dc1d5bd650b3ef096afc2ccdd40df03f2f0464", kill_on_drop: false }` [INFO] [stdout] c94071b659602791ef835dd528dc1d5bd650b3ef096afc2ccdd40df03f2f0464 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+db870ea71b6dcc7a91b999420b88f41d3cdd13e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdc7cfacb6a20371b1a21584f0963819f54821a17fb9935b2b5aec5955a47f7e [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" "bdc7cfacb6a20371b1a21584f0963819f54821a17fb9935b2b5aec5955a47f7e", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Checking bytecount v0.6.0 [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking nom_locate v1.0.0 [INFO] [stderr] Checking nom_locate v2.0.0 [INFO] [stderr] Compiling nom-tracable-macros v0.6.2 [INFO] [stderr] Checking nom-tracable v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `depth` found for struct `nom_tracable::TracableInfo` in the current scope [INFO] [stdout] --> examples/u8_custom_parser.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | let info = info.depth(info.depth + 1); [INFO] [stdout] | ^^^^^ method not found in `nom_tracable::TracableInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `depth` on type `nom_tracable::TracableInfo` [INFO] [stdout] --> examples/u8_custom_parser.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | let info = info.depth(info.depth + 1); [INFO] [stdout] | ^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `depth` found for struct `nom_tracable::TracableInfo` in the current scope [INFO] [stdout] --> examples/u8_custom_parser.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | let info = info.depth(info.depth - 1); [INFO] [stdout] | ^^^^^ method not found in `nom_tracable::TracableInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `depth` on type `nom_tracable::TracableInfo` [INFO] [stdout] --> examples/u8_custom_parser.rs:31:36 [INFO] [stdout] | [INFO] [stdout] 31 | let info = info.depth(info.depth - 1); [INFO] [stdout] | ^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0615]: attempted to take value of method `fragment_width` on type `nom_tracable::TracableInfo` [INFO] [stdout] --> examples/u8_custom_parser.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | .take(info.fragment_width) [INFO] [stdout] | ^^^^^^^^^^^^^^ method, not a field [INFO] [stdout] | [INFO] [stdout] help: use parentheses to call the method [INFO] [stdout] | [INFO] [stdout] 43 | .take(info.fragment_width(_)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0609, E0615. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nom-tracable`. [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" "bdc7cfacb6a20371b1a21584f0963819f54821a17fb9935b2b5aec5955a47f7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdc7cfacb6a20371b1a21584f0963819f54821a17fb9935b2b5aec5955a47f7e", kill_on_drop: false }` [INFO] [stdout] bdc7cfacb6a20371b1a21584f0963819f54821a17fb9935b2b5aec5955a47f7e