[INFO] fetching crate janetrs 0.1.2... [INFO] checking janetrs-0.1.2 against beta for pr-78714 [INFO] extracting crate janetrs 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate janetrs 0.1.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate janetrs 0.1.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate janetrs 0.1.2 [INFO] tweaked toml for crates.io crate janetrs 0.1.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate janetrs 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f57350e25e164426d98a537a5ae8f1103dc1ab17d5a9736faf5ec79ef65d12c [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" "5f57350e25e164426d98a537a5ae8f1103dc1ab17d5a9736faf5ec79ef65d12c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f57350e25e164426d98a537a5ae8f1103dc1ab17d5a9736faf5ec79ef65d12c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f57350e25e164426d98a537a5ae8f1103dc1ab17d5a9736faf5ec79ef65d12c", kill_on_drop: false }` [INFO] [stdout] 5f57350e25e164426d98a537a5ae8f1103dc1ab17d5a9736faf5ec79ef65d12c [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28942022cfcdd2334f6bbb220ecaaba5573a3787aad1b0f1a1c6fa8c4f34d51e [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" "28942022cfcdd2334f6bbb220ecaaba5573a3787aad1b0f1a1c6fa8c4f34d51e", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling syn v1.0.34 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Compiling const_fn v0.4.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling serial_test_derive v0.4.0 [INFO] [stderr] Checking serial_test v0.4.0 [INFO] [stderr] Compiling evil-janet v1.11.5 [INFO] [stderr] Checking janetrs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/array.rs:762:9 [INFO] [stdout] | [INFO] [stdout] 762 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 763 | / if index < 0 { [INFO] [stdout] 764 | | crate::jpanic!( [INFO] [stdout] 765 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 766 | | index [INFO] [stdout] 767 | | ) [INFO] [stdout] 768 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/array.rs:789:9 [INFO] [stdout] | [INFO] [stdout] 789 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 790 | / if index < 0 { [INFO] [stdout] 791 | | crate::jpanic!( [INFO] [stdout] 792 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 793 | | index [INFO] [stdout] 794 | | ) [INFO] [stdout] 795 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/buffer.rs:1720:9 [INFO] [stdout] | [INFO] [stdout] 1720 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1721 | / if index < 0 { [INFO] [stdout] 1722 | | crate::jpanic!( [INFO] [stdout] 1723 | | "index out of bounds: the len is {} but the index is {}", [INFO] [stdout] 1724 | | self.len(), [INFO] [stdout] 1725 | | index [INFO] [stdout] 1726 | | ) [INFO] [stdout] 1727 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/buffer.rs:1751:9 [INFO] [stdout] | [INFO] [stdout] 1751 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1752 | / if index < 0 { [INFO] [stdout] 1753 | | crate::jpanic!( [INFO] [stdout] 1754 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 1755 | | index [INFO] [stdout] 1756 | | ) [INFO] [stdout] 1757 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/string.rs:1518:9 [INFO] [stdout] | [INFO] [stdout] 1518 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1519 | / if index < 0 { [INFO] [stdout] 1520 | | crate::jpanic!( [INFO] [stdout] 1521 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 1522 | | index [INFO] [stdout] 1523 | | ) [INFO] [stdout] 1524 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/tuple.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 315 | / if index < 0 { [INFO] [stdout] 316 | | crate::jpanic!( [INFO] [stdout] 317 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 318 | | index [INFO] [stdout] 319 | | ) [INFO] [stdout] 320 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:496:38 [INFO] [stdout] | [INFO] [stdout] 496 | fn define() -> Result<(), crate::client::Error> { [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:497:30 [INFO] [stdout] | [INFO] [stdout] 497 | let _client = crate::client::JanetClient::init()?; [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:509:40 [INFO] [stdout] | [INFO] [stdout] 509 | fn variable() -> Result<(), crate::client::Error> { [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:510:30 [INFO] [stdout] | [INFO] [stdout] 510 | let _client = crate::client::JanetClient::init()?; [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:522:43 [INFO] [stdout] | [INFO] [stdout] 522 | fn c_functions() -> Result<(), crate::client::Error> { [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `client`? [INFO] [stdout] --> src/util.rs:523:30 [INFO] [stdout] | [INFO] [stdout] 523 | let _client = crate::client::JanetClient::init()?; [INFO] [stdout] | ^^^^^^ maybe a missing crate `client`? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/array.rs:762:9 [INFO] [stdout] | [INFO] [stdout] 762 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 763 | / if index < 0 { [INFO] [stdout] 764 | | crate::jpanic!( [INFO] [stdout] 765 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 766 | | index [INFO] [stdout] 767 | | ) [INFO] [stdout] 768 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/array.rs:789:9 [INFO] [stdout] | [INFO] [stdout] 789 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 790 | / if index < 0 { [INFO] [stdout] 791 | | crate::jpanic!( [INFO] [stdout] 792 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 793 | | index [INFO] [stdout] 794 | | ) [INFO] [stdout] 795 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/buffer.rs:1720:9 [INFO] [stdout] | [INFO] [stdout] 1720 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1721 | / if index < 0 { [INFO] [stdout] 1722 | | crate::jpanic!( [INFO] [stdout] 1723 | | "index out of bounds: the len is {} but the index is {}", [INFO] [stdout] 1724 | | self.len(), [INFO] [stdout] 1725 | | index [INFO] [stdout] 1726 | | ) [INFO] [stdout] 1727 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/buffer.rs:1751:9 [INFO] [stdout] | [INFO] [stdout] 1751 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1752 | / if index < 0 { [INFO] [stdout] 1753 | | crate::jpanic!( [INFO] [stdout] 1754 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 1755 | | index [INFO] [stdout] 1756 | | ) [INFO] [stdout] 1757 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/string.rs:1518:9 [INFO] [stdout] | [INFO] [stdout] 1518 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 1519 | / if index < 0 { [INFO] [stdout] 1520 | | crate::jpanic!( [INFO] [stdout] 1521 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 1522 | | index [INFO] [stdout] 1523 | | ) [INFO] [stdout] 1524 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: attribute should be applied to a function [INFO] [stdout] --> src/types/tuple.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | #[cold] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 315 | / if index < 0 { [INFO] [stdout] 316 | | crate::jpanic!( [INFO] [stdout] 317 | | "index out of bounds: the index ({}) is negative and must be positive", [INFO] [stdout] 318 | | index [INFO] [stdout] 319 | | ) [INFO] [stdout] 320 | | } [INFO] [stdout] | |_________- not a function [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `janetrs` [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] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "28942022cfcdd2334f6bbb220ecaaba5573a3787aad1b0f1a1c6fa8c4f34d51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28942022cfcdd2334f6bbb220ecaaba5573a3787aad1b0f1a1c6fa8c4f34d51e", kill_on_drop: false }` [INFO] [stdout] 28942022cfcdd2334f6bbb220ecaaba5573a3787aad1b0f1a1c6fa8c4f34d51e