[INFO] fetching crate rxml_proc 0.4.0... [INFO] checking rxml_proc-0.4.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rxml_proc 0.4.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rxml_proc 0.4.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rxml_proc 0.4.0 [INFO] finished tweaking crates.io crate rxml_proc 0.4.0 [INFO] tweaked toml for crates.io crate rxml_proc 0.4.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate rxml_proc 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rxml_validation v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0277586e899de1b0cfd59178b70ce89a8cdffda256a0a8b303047cd789c2108b [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" "0277586e899de1b0cfd59178b70ce89a8cdffda256a0a8b303047cd789c2108b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0277586e899de1b0cfd59178b70ce89a8cdffda256a0a8b303047cd789c2108b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0277586e899de1b0cfd59178b70ce89a8cdffda256a0a8b303047cd789c2108b", kill_on_drop: false }` [INFO] [stdout] 0277586e899de1b0cfd59178b70ce89a8cdffda256a0a8b303047cd789c2108b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] fcef7451610ce2e347857f6c62bd8fe40fd0c4fda35f78fda34540fc67453bba [INFO] running `Command { std: "docker" "start" "-a" "fcef7451610ce2e347857f6c62bd8fe40fd0c4fda35f78fda34540fc67453bba", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking rxml_validation v0.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.74 [INFO] [stderr] Checking rxml_proc v0.4.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/test.rs from 2018 edition to 2021 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxml` [INFO] [stdout] --> examples/test.rs:3:21 [INFO] [stdout] | [INFO] [stdout] 3 | const FOO: &'static rxml::CDataStr = xml_cdata!("foo"); [INFO] [stdout] | ^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxml` [INFO] [stdout] --> examples/test.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | const FOO: &'static rxml::CDataStr = xml_cdata!("foo"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `xml_cdata` (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 crate or module `rxml` [INFO] [stdout] --> examples/test.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | const BAR: &'static rxml::NameStr = xml_name!("foo:bar"); [INFO] [stdout] | ^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxml` [INFO] [stdout] --> examples/test.rs:4:37 [INFO] [stdout] | [INFO] [stdout] 4 | const BAR: &'static rxml::NameStr = xml_name!("foo:bar"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `xml_name` (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 crate or module `rxml` [INFO] [stdout] --> examples/test.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | const BAZ: &'static rxml::NCNameStr = xml_ncname!("foobar"); [INFO] [stdout] | ^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rxml` [INFO] [stdout] --> examples/test.rs:5:39 [INFO] [stdout] | [INFO] [stdout] 5 | const BAZ: &'static rxml::NCNameStr = xml_ncname!("foobar"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `rxml` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `xml_ncname` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rxml_proc` due to 7 previous errors [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "fcef7451610ce2e347857f6c62bd8fe40fd0c4fda35f78fda34540fc67453bba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcef7451610ce2e347857f6c62bd8fe40fd0c4fda35f78fda34540fc67453bba", kill_on_drop: false }` [INFO] [stdout] fcef7451610ce2e347857f6c62bd8fe40fd0c4fda35f78fda34540fc67453bba