[INFO] fetching crate tikv-jemallocator 0.4.0... [INFO] checking tikv-jemallocator-0.4.0 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate tikv-jemallocator 0.4.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tikv-jemallocator 0.4.0 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tikv-jemallocator 0.4.0 [INFO] finished tweaking crates.io crate tikv-jemallocator 0.4.0 [INFO] tweaked toml for crates.io crate tikv-jemallocator 0.4.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28e09196b740f66e0d7eb7e2b7723ea2a33b803f683d007fd7500f00adae12ad [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" "28e09196b740f66e0d7eb7e2b7723ea2a33b803f683d007fd7500f00adae12ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28e09196b740f66e0d7eb7e2b7723ea2a33b803f683d007fd7500f00adae12ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28e09196b740f66e0d7eb7e2b7723ea2a33b803f683d007fd7500f00adae12ad", kill_on_drop: false }` [INFO] [stdout] 28e09196b740f66e0d7eb7e2b7723ea2a33b803f683d007fd7500f00adae12ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 855a4f8037c059c58a402885ea245c080e1b1f14283847eb89913ff21f3ceb33 [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" "855a4f8037c059c58a402885ea245c080e1b1f14283847eb89913ff21f3ceb33", kill_on_drop: false }` [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.4.0+5.2.1 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking tikv-jemallocator v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #![deny(missing_docs, intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tikv_jemalloc_ctl` [INFO] [stdout] --> tests/background_thread_defaults.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | tikv_jemalloc_ctl::opt::background_thread::read().unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tikv_jemalloc_ctl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tikv_jemalloc_ctl` [INFO] [stdout] --> tests/malloctl.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use tikv_jemalloc_ctl::{Access, AsName}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tikv_jemalloc_ctl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tikv-jemallocator` [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] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tikv_jemalloc_ctl` [INFO] [stdout] --> tests/background_thread_enabled.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | tikv_jemalloc_ctl::opt::background_thread::read().unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `tikv_jemalloc_ctl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | let epoch: u64 = "epoch\0".name().read().unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | "epoch\0".name().write(epoch).unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let _: u64 = "".name().read().unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | let epoch: u64 = "epoch\0".name().read().unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | "".name().write(epoch).unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:41:26 [INFO] [stdout] | [INFO] [stdout] 41 | let _: u64 = "epoch".name().read().unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | let epoch: u64 = "epoch\0".name().read().unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for reference `&'static str` in the current scope [INFO] [stdout] --> tests/malloctl.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | "epoch".name().write(epoch).unwrap(); [INFO] [stdout] | ^^^^ method not found in `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "855a4f8037c059c58a402885ea245c080e1b1f14283847eb89913ff21f3ceb33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "855a4f8037c059c58a402885ea245c080e1b1f14283847eb89913ff21f3ceb33", kill_on_drop: false }` [INFO] [stdout] 855a4f8037c059c58a402885ea245c080e1b1f14283847eb89913ff21f3ceb33