[INFO] fetching crate nom-tracable 0.6.2... [INFO] checking nom-tracable-0.6.2 against try#f6e2f78768c57172b99c3e85892f867894dc7e30 for pr-75502 [INFO] extracting crate nom-tracable 0.6.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate nom-tracable 0.6.2 on toolchain f6e2f78768c57172b99c3e85892f867894dc7e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "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-1/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" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom-tracable-macros v0.6.2 [INFO] [stderr] Downloaded nom_locate v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3a31404d3bb22146ede34b4b8161d60126730602eef58862ac9daa051770358 [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" "c3a31404d3bb22146ede34b4b8161d60126730602eef58862ac9daa051770358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3a31404d3bb22146ede34b4b8161d60126730602eef58862ac9daa051770358", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3a31404d3bb22146ede34b4b8161d60126730602eef58862ac9daa051770358", kill_on_drop: false }` [INFO] [stdout] c3a31404d3bb22146ede34b4b8161d60126730602eef58862ac9daa051770358 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+f6e2f78768c57172b99c3e85892f867894dc7e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4712042624f4e9167a7af86d38146d82e58947fff38cdae150c19e64deef10d [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" "b4712042624f4e9167a7af86d38146d82e58947fff38cdae150c19e64deef10d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Checking bytecount v0.6.0 [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking nom v5.1.2 [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] running `Command { std: "docker" "inspect" "b4712042624f4e9167a7af86d38146d82e58947fff38cdae150c19e64deef10d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4712042624f4e9167a7af86d38146d82e58947fff38cdae150c19e64deef10d", kill_on_drop: false }` [INFO] [stdout] b4712042624f4e9167a7af86d38146d82e58947fff38cdae150c19e64deef10d