[INFO] fetching crate azathoth_allocator 0.1.1... [INFO] testing azathoth_allocator-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate azathoth_allocator 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate azathoth_allocator 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate azathoth_allocator 0.1.1 [INFO] tweaked toml for crates.io crate azathoth_allocator 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate azathoth_allocator 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate azathoth_allocator 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded azathoth-utils v0.1.2 [INFO] [stderr] Downloaded azathoth_libload v0.1.3 [INFO] [stderr] Downloaded azathoth-core v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84ce3f230a41303ac00a33c7d82069b032390b6c788796c8ecc7a0eb19db8e09 [INFO] running `Command { std: "docker" "start" "-a" "84ce3f230a41303ac00a33c7d82069b032390b6c788796c8ecc7a0eb19db8e09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84ce3f230a41303ac00a33c7d82069b032390b6c788796c8ecc7a0eb19db8e09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84ce3f230a41303ac00a33c7d82069b032390b6c788796c8ecc7a0eb19db8e09", kill_on_drop: false }` [INFO] [stdout] 84ce3f230a41303ac00a33c7d82069b032390b6c788796c8ecc7a0eb19db8e09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5a33748afb1b8f324a6d5bcc3e86a5d859ae78579fa2d6c5ba0479def8facec [INFO] running `Command { std: "docker" "start" "-a" "a5a33748afb1b8f324a6d5bcc3e86a5d859ae78579fa2d6c5ba0479def8facec", kill_on_drop: false }` [INFO] [stderr] Compiling azathoth-core v0.1.3 [INFO] [stderr] Compiling azathoth-utils v0.1.2 [INFO] [stderr] Compiling azathoth_libload v0.1.3 [INFO] [stderr] Compiling azathoth_allocator v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "a5a33748afb1b8f324a6d5bcc3e86a5d859ae78579fa2d6c5ba0479def8facec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5a33748afb1b8f324a6d5bcc3e86a5d859ae78579fa2d6c5ba0479def8facec", kill_on_drop: false }` [INFO] [stdout] a5a33748afb1b8f324a6d5bcc3e86a5d859ae78579fa2d6c5ba0479def8facec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47b3aa49f092b4aff7b844f2e51b6886fd4e6efea9d1c4e98e09890c21b21b78 [INFO] running `Command { std: "docker" "start" "-a" "47b3aa49f092b4aff7b844f2e51b6886fd4e6efea9d1c4e98e09890c21b21b78", kill_on_drop: false }` [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling azathoth_allocator v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stdout] --> src/allocator.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | #[unsafe(link_section = ".text")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: `#[link_section]` can be applied to statics and functions [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "47b3aa49f092b4aff7b844f2e51b6886fd4e6efea9d1c4e98e09890c21b21b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47b3aa49f092b4aff7b844f2e51b6886fd4e6efea9d1c4e98e09890c21b21b78", kill_on_drop: false }` [INFO] [stdout] 47b3aa49f092b4aff7b844f2e51b6886fd4e6efea9d1c4e98e09890c21b21b78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0371298173fbc627e9c8a70e99617c38bf5fe4757368fc73cbb16f82a2255cc7 [INFO] running `Command { std: "docker" "start" "-a" "0371298173fbc627e9c8a70e99617c38bf5fe4757368fc73cbb16f82a2255cc7", kill_on_drop: false }` [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `#[link_section]` attribute cannot be used on inherent methods [INFO] [stderr] --> src/allocator.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | #[unsafe(link_section = ".text")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[link_section]` can be applied to statics and functions [INFO] [stderr] [INFO] [stderr] warning: `azathoth_allocator` (lib) generated 9 warnings (run `cargo fix --lib -p azathoth_allocator` to apply 9 suggestions) [INFO] [stderr] warning: `azathoth_allocator` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/azathoth_allocator-62691690e2fdec71) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/all_tests.rs (/opt/rustwide/target/debug/deps/all_tests-cf2f4cc8722a7847) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test global_tests::smoke_small_alloc_free ... ok [INFO] [stdout] test global_tests::alignment_is_respected ... ok [INFO] [stdout] test st_stress::stress_mixed_sizes_fast ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests azathoth_allocator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0371298173fbc627e9c8a70e99617c38bf5fe4757368fc73cbb16f82a2255cc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0371298173fbc627e9c8a70e99617c38bf5fe4757368fc73cbb16f82a2255cc7", kill_on_drop: false }` [INFO] [stdout] 0371298173fbc627e9c8a70e99617c38bf5fe4757368fc73cbb16f82a2255cc7