[INFO] crate v_latexescape 0.6.0 is already in cache [INFO] testing v_latexescape-0.6.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate v_latexescape 0.6.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate v_latexescape 0.6.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate v_latexescape 0.6.0 [INFO] finished tweaking crates.io crate v_latexescape 0.6.0 [INFO] tweaked toml for crates.io crate v_latexescape 0.6.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08b6e75ecf5f0359f89a8701d8787fbc7d7c362d3bd8c5e70b7a1e59a024805d [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" "08b6e75ecf5f0359f89a8701d8787fbc7d7c362d3bd8c5e70b7a1e59a024805d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08b6e75ecf5f0359f89a8701d8787fbc7d7c362d3bd8c5e70b7a1e59a024805d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08b6e75ecf5f0359f89a8701d8787fbc7d7c362d3bd8c5e70b7a1e59a024805d", kill_on_drop: false }` [INFO] [stdout] 08b6e75ecf5f0359f89a8701d8787fbc7d7c362d3bd8c5e70b7a1e59a024805d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed0242242dee39863cfb902baef63b736e26186aa61908565b4dec36ff1da37b [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" "ed0242242dee39863cfb902baef63b736e26186aa61908565b4dec36ff1da37b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling v_latexescape v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling v_escape_derive v0.7.1 [INFO] [stderr] Compiling v_escape v0.9.4 [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = help: message: invalid attribute 'Some(Ident { ident: "ranges", span: #0 bytes(0..0) })' [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `chars` [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ use of undeclared type or module `chars` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `chars` [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ use of undeclared type or module `chars` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_v_escape` in this scope [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ similarly named function `v_escape` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 215| v_escape(self.bytes, buf) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 16 | use crate::fallback::_v_escape; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_v_escape` in this scope [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ similarly named function `v_escape` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 238| v_escape(s, buf) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 16 | use crate::fallback::_v_escape; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `_escape` in this scope [INFO] [stdout] --> src/lib.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | / new_escape!( [INFO] [stdout] 29 | | LateXEscape, [INFO] [stdout] 30 | | "35->\\# || 36->\\$ || 37->\\% || 38->\\& || 92->\\textbackslash{} || \ [INFO] [stdout] 31 | | 94->\\textasciicircum{} || 95->\\_ || 123->\\{ || 125->\\} || 126->\\textasciitilde{}", [INFO] [stdout] 32 | | ranges = true, simd = true, avx = true [INFO] [stdout] 33 | | ); [INFO] [stdout] | |__________^ similarly named function `escape` defined here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 246| escape(self.bytes, fmt) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 16 | use crate::fallback::_escape; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `v_latexescape`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "ed0242242dee39863cfb902baef63b736e26186aa61908565b4dec36ff1da37b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed0242242dee39863cfb902baef63b736e26186aa61908565b4dec36ff1da37b", kill_on_drop: false }` [INFO] [stdout] ed0242242dee39863cfb902baef63b736e26186aa61908565b4dec36ff1da37b