[INFO] fetching crate rsworld-sys 0.1.0... [INFO] checking rsworld-sys-0.1.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate rsworld-sys 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rsworld-sys 0.1.0 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsworld-sys 0.1.0 [INFO] finished tweaking crates.io crate rsworld-sys 0.1.0 [INFO] tweaked toml for crates.io crate rsworld-sys 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", 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] 7ecd70c6934b3056d611a21b78415c1ccb42da785cdeb8531888a600340179d1 [INFO] running `Command { std: "docker" "start" "-a" "7ecd70c6934b3056d611a21b78415c1ccb42da785cdeb8531888a600340179d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ecd70c6934b3056d611a21b78415c1ccb42da785cdeb8531888a600340179d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ecd70c6934b3056d611a21b78415c1ccb42da785cdeb8531888a600340179d1", kill_on_drop: false }` [INFO] [stdout] 7ecd70c6934b3056d611a21b78415c1ccb42da785cdeb8531888a600340179d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+05c8870159e4f328578a970e125aa76d24f03b56" "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] b6600f7653a9befe37e18164aa1bec8bda5b465526dc25d73cdad9aea0466be6 [INFO] running `Command { std: "docker" "start" "-a" "b6600f7653a9befe37e18164aa1bec8bda5b465526dc25d73cdad9aea0466be6", kill_on_drop: false }` [INFO] [stderr] Compiling rsworld-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extern { [INFO] [stdout] 24 | | pub fn CheapTrick(x: *const c_double, [INFO] [stdout] 25 | | x_length: c_int, [INFO] [stdout] 26 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 35 | | option: *mut CheapTrickOption); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | / extern { [INFO] [stdout] 41 | | pub fn GetNumberOfAperiodicities(fs: c_int) -> c_int; [INFO] [stdout] 42 | | pub fn CodeAperiodicity(aperiodicity: *const *const c_double, [INFO] [stdout] 43 | | f0_length: c_int, [INFO] [stdout] ... | [INFO] [stdout] 63 | | spectrogram: *mut *mut c_double); [INFO] [stdout] 64 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / extern { [INFO] [stdout] 85 | | pub fn InitializeD4COption(option: *mut D4COption); [INFO] [stdout] 86 | | pub fn D4C(x: *const c_double, [INFO] [stdout] 87 | | x_length: c_int, [INFO] [stdout] ... | [INFO] [stdout] 94 | | aperiodicity: *mut *mut c_double); [INFO] [stdout] 95 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | / extern { [INFO] [stdout] 121 | | pub fn Dio(x: *const c_double, [INFO] [stdout] 122 | | x_length: c_int, [INFO] [stdout] 123 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 130 | | frame_period: c_double) -> c_int; [INFO] [stdout] 131 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / extern { [INFO] [stdout] 154 | | pub fn Harvest(x: *const c_double, [INFO] [stdout] 155 | | x_length: c_int, [INFO] [stdout] 156 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 163 | | frame_period: c_double) -> c_int; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / extern { [INFO] [stdout] 169 | | pub fn StoneMask(x: *const c_double, [INFO] [stdout] 170 | | x_length: c_int, [INFO] [stdout] 171 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 175 | | refined_f0: *mut c_double); [INFO] [stdout] 176 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | / extern { [INFO] [stdout] 181 | | pub fn Synthesis(f0: *const c_double, [INFO] [stdout] 182 | | f0_length: c_int, [INFO] [stdout] 183 | | spectrogram: *const *const c_double, [INFO] [stdout] ... | [INFO] [stdout] 189 | | y: *mut c_double); [INFO] [stdout] 190 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extern { [INFO] [stdout] 24 | | pub fn CheapTrick(x: *const c_double, [INFO] [stdout] 25 | | x_length: c_int, [INFO] [stdout] 26 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 35 | | option: *mut CheapTrickOption); [INFO] [stdout] 36 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | / extern { [INFO] [stdout] 41 | | pub fn GetNumberOfAperiodicities(fs: c_int) -> c_int; [INFO] [stdout] 42 | | pub fn CodeAperiodicity(aperiodicity: *const *const c_double, [INFO] [stdout] 43 | | f0_length: c_int, [INFO] [stdout] ... | [INFO] [stdout] 63 | | spectrogram: *mut *mut c_double); [INFO] [stdout] 64 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / extern { [INFO] [stdout] 85 | | pub fn InitializeD4COption(option: *mut D4COption); [INFO] [stdout] 86 | | pub fn D4C(x: *const c_double, [INFO] [stdout] 87 | | x_length: c_int, [INFO] [stdout] ... | [INFO] [stdout] 94 | | aperiodicity: *mut *mut c_double); [INFO] [stdout] 95 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | / extern { [INFO] [stdout] 121 | | pub fn Dio(x: *const c_double, [INFO] [stdout] 122 | | x_length: c_int, [INFO] [stdout] 123 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 130 | | frame_period: c_double) -> c_int; [INFO] [stdout] 131 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | / extern { [INFO] [stdout] 154 | | pub fn Harvest(x: *const c_double, [INFO] [stdout] 155 | | x_length: c_int, [INFO] [stdout] 156 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 163 | | frame_period: c_double) -> c_int; [INFO] [stdout] 164 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / extern { [INFO] [stdout] 169 | | pub fn StoneMask(x: *const c_double, [INFO] [stdout] 170 | | x_length: c_int, [INFO] [stdout] 171 | | fs: c_int, [INFO] [stdout] ... | [INFO] [stdout] 175 | | refined_f0: *mut c_double); [INFO] [stdout] 176 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | / extern { [INFO] [stdout] 181 | | pub fn Synthesis(f0: *const c_double, [INFO] [stdout] 182 | | f0_length: c_int, [INFO] [stdout] 183 | | spectrogram: *const *const c_double, [INFO] [stdout] ... | [INFO] [stdout] 189 | | y: *mut c_double); [INFO] [stdout] 190 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rsworld-sys`. [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: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b6600f7653a9befe37e18164aa1bec8bda5b465526dc25d73cdad9aea0466be6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6600f7653a9befe37e18164aa1bec8bda5b465526dc25d73cdad9aea0466be6", kill_on_drop: false }` [INFO] [stdout] b6600f7653a9befe37e18164aa1bec8bda5b465526dc25d73cdad9aea0466be6