[INFO] fetching crate gcc 0.3.55... [INFO] building gcc-0.3.55 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate gcc 0.3.55 into /workspace/builds/worker-76/source [INFO] validating manifest of crates.io crate gcc 0.3.55 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gcc 0.3.55 [INFO] finished tweaking crates.io crate gcc 0.3.55 [INFO] tweaked toml for crates.io crate gcc 0.3.55 written to /workspace/builds/worker-76/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--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-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48f6625db5171051e28a28bbd3c074e3e239ac0b1216aecc29c39c365f22baa4 [INFO] running `Command { std: "docker" "start" "-a" "48f6625db5171051e28a28bbd3c074e3e239ac0b1216aecc29c39c365f22baa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48f6625db5171051e28a28bbd3c074e3e239ac0b1216aecc29c39c365f22baa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48f6625db5171051e28a28bbd3c074e3e239ac0b1216aecc29c39c365f22baa4", kill_on_drop: false }` [INFO] [stdout] 48f6625db5171051e28a28bbd3c074e3e239ac0b1216aecc29c39c365f22baa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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 -Zprofile-closures" "-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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7637ae758b47bb33ca52fd6001886ffbda43da6ffc11b94041eda649a9d5890 [INFO] running `Command { std: "docker" "start" "-a" "d7637ae758b47bb33ca52fd6001886ffbda43da6ffc11b94041eda649a9d5890", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.55 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub type Config = Build; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:246:6 [INFO] [stdout] | [INFO] [stdout] 246 | impl Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1539:18 [INFO] [stdout] | [INFO] [stdout] 1539 | impl Default for Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn new() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:297:63 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn include>(&mut self, dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:313:87 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn define<'a, V: Into>>(&mut self, var: &str, val: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:319:62 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn object>(&mut self, obj: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:334:48 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn flag(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:387:61 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn flag_if_supported(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:406:62 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn shared_flag(&mut self, shared_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:425:62 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn static_flag(&mut self, static_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:431:58 [INFO] [stdout] | [INFO] [stdout] 431 | pub fn file>(&mut self, p: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:437:46 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn files

(&mut self, p: P) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:450:46 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn cpp(&mut self, cpp: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:474:80 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn warnings_into_errors(&mut self, warnings_into_errors: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:495:56 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn warnings(&mut self, warnings: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:525:97 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn cpp_link_stdlib<'a, V: Into>>(&mut self, cpp_link_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:563:95 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn cpp_set_stdlib<'a, V: Into>>(&mut self, cpp_set_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:583:52 [INFO] [stdout] | [INFO] [stdout] 583 | pub fn target(&mut self, target: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:601:48 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn host(&mut self, host: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:610:57 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn opt_level(&mut self, opt_level: u32) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:619:62 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn opt_level_str(&mut self, opt_level: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:630:50 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn debug(&mut self, debug: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:640:67 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn out_dir>(&mut self, out_dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:650:69 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn compiler>(&mut self, compiler: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:660:69 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn archiver>(&mut self, archiver: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:674:68 [INFO] [stdout] | [INFO] [stdout] 674 | pub fn cargo_metadata(&mut self, cargo_metadata: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:683:46 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn pic(&mut self, pic: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:691:60 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn static_crt(&mut self, static_crt: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:697:59 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn __set_env(&mut self, a: A, b: B) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1540:21 [INFO] [stdout] | [INFO] [stdout] 1540 | fn default() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:9 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:24 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | include_directories: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | definitions: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | objects: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | flags: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | flags_supported: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | files: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | shared_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:262:13 [INFO] [stdout] | [INFO] [stdout] 262 | static_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | cpp: false, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | cpp_link_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:265:13 [INFO] [stdout] | [INFO] [stdout] 265 | cpp_set_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | target: None, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | host: None, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | out_dir: None, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | opt_level: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | debug: None, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | env: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | compiler: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | archiver: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | cargo_metadata: true, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | pic: None, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | static_crt: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | warnings: true, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | warnings_into_errors: false, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | self.include_directories.push(dir.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | self.definitions.push((var.to_string(), val.into().map(|s| s.to_string()))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | self.objects.push(obj.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | self.flags.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:341:22 [INFO] [stdout] | [INFO] [stdout] 341 | let src = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:366:17 [INFO] [stdout] | [INFO] [stdout] 366 | .cpp(self.cpp); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:388:9 [INFO] [stdout] | [INFO] [stdout] 388 | self.flags_supported.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | self.shared_flag = Some(shared_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:426:9 [INFO] [stdout] | [INFO] [stdout] 426 | self.static_flag = Some(static_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | self.files.push(p.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | self.cpp = cpp; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | self.warnings_into_errors = warnings_into_errors; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | self.warnings = warnings; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | self.cpp_link_stdlib = Some(cpp_link_stdlib.into().map(|s| s.into())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 565 | self.cpp_set_stdlib = cpp_set_stdlib.map(|s| s.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | self.target = Some(target.to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:602:9 [INFO] [stdout] | [INFO] [stdout] 602 | self.host = Some(host.to_string()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:631:9 [INFO] [stdout] | [INFO] [stdout] 631 | self.debug = Some(debug); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:641:9 [INFO] [stdout] | [INFO] [stdout] 641 | self.out_dir = Some(out_dir.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:651:9 [INFO] [stdout] | [INFO] [stdout] 651 | self.compiler = Some(compiler.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:661:9 [INFO] [stdout] | [INFO] [stdout] 661 | self.archiver = Some(archiver.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:675:9 [INFO] [stdout] | [INFO] [stdout] 675 | self.cargo_metadata = cargo_metadata; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:684:9 [INFO] [stdout] | [INFO] [stdout] 684 | self.pic = Some(pic); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:692:9 [INFO] [stdout] | [INFO] [stdout] 692 | self.static_crt = Some(static_crt); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:701:9 [INFO] [stdout] | [INFO] [stdout] 701 | self.env.push((a.as_ref().to_owned(), b.as_ref().to_owned())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:722:21 [INFO] [stdout] | [INFO] [stdout] 722 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:762:12 [INFO] [stdout] | [INFO] [stdout] 762 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:832:36 [INFO] [stdout] | [INFO] [stdout] 832 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:854:32 [INFO] [stdout] | [INFO] [stdout] 854 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:859:17 [INFO] [stdout] | [INFO] [stdout] 859 | assert!(self.files.len() <= 1, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:862:21 [INFO] [stdout] | [INFO] [stdout] 862 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:939:38 [INFO] [stdout] | [INFO] [stdout] 939 | let crt_flag = match self.static_crt { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:975:24 [INFO] [stdout] | [INFO] [stdout] 975 | if self.pic.unwrap_or(!target.contains("windows-gnu")) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:978:27 [INFO] [stdout] | [INFO] [stdout] 978 | } else if self.pic.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:984:37 [INFO] [stdout] | [INFO] [stdout] 984 | for arg in self.envflags(if self.cpp {"CXXFLAGS"} else {"CFLAGS"}) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1009:20 [INFO] [stdout] | [INFO] [stdout] 1009 | if self.static_flag.is_none() && target.contains("musl") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1089:12 [INFO] [stdout] | [INFO] [stdout] 1089 | if self.static_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1092:12 [INFO] [stdout] | [INFO] [stdout] 1092 | if self.shared_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1096:12 [INFO] [stdout] | [INFO] [stdout] 1096 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1097:20 [INFO] [stdout] | [INFO] [stdout] 1097 | match (self.cpp_set_stdlib.as_ref(), cmd.family) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1110:26 [INFO] [stdout] | [INFO] [stdout] 1110 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1115:21 [INFO] [stdout] | [INFO] [stdout] 1115 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1119:21 [INFO] [stdout] | [INFO] [stdout] 1119 | for flag in self.flags_supported.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1125:38 [INFO] [stdout] | [INFO] [stdout] 1125 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | if self.warnings { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1140:12 [INFO] [stdout] | [INFO] [stdout] 1140 | if self.warnings_into_errors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1155:26 [INFO] [stdout] | [INFO] [stdout] 1155 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1158:38 [INFO] [stdout] | [INFO] [stdout] 1158 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1169:21 [INFO] [stdout] | [INFO] [stdout] 1169 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1183:33 [INFO] [stdout] | [INFO] [stdout] 1183 | let mut cmd = match self.archiver { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1192:28 [INFO] [stdout] | [INFO] [stdout] 1192 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1217:28 [INFO] [stdout] | [INFO] [stdout] 1217 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1277:32 [INFO] [stdout] | [INFO] [stdout] 1277 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1284:30 [INFO] [stdout] | [INFO] [stdout] 1284 | if let Some(ref c) = self.compiler { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1289:35 [INFO] [stdout] | [INFO] [stdout] 1289 | let (env, msvc, gnu) = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | } else if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1314:35 [INFO] [stdout] | [INFO] [stdout] 1314 | let tool = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1348:67 [INFO] [stdout] | [INFO] [stdout] 1348 | let cross_compile = cc_env.as_ref().map(|s| s.trim_right_matches('-')); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/lib.rs:1429:65 [INFO] [stdout] | [INFO] [stdout] 1429 | return (t.to_string(), vec![tool[t.len()..].trim_left().to_string()]); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1439:15 [INFO] [stdout] | [INFO] [stdout] 1439 | match self.cpp_link_stdlib.clone() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1457:15 [INFO] [stdout] | [INFO] [stdout] 1457 | match self.archiver [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1481:15 [INFO] [stdout] | [INFO] [stdout] 1481 | match self.target.clone() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1488:15 [INFO] [stdout] | [INFO] [stdout] 1488 | match self.host.clone() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1495:15 [INFO] [stdout] | [INFO] [stdout] 1495 | match self.opt_level.as_ref().cloned() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1502:9 [INFO] [stdout] | [INFO] [stdout] 1502 | self.debug.unwrap_or_else(|| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1511:15 [INFO] [stdout] | [INFO] [stdout] 1511 | match self.out_dir.clone() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1533:12 [INFO] [stdout] | [INFO] [stdout] 1533 | if self.cargo_metadata { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:16 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e39cd24e3465b2d4, 55a6164e34dd0ab4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (1ecae45b84df7e5b, 96be09dd52e5ec0e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (757afe182540aaa7, 91b292d8c6a01ecb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (7eaca7c0834c5c2d, 512da30651f5d4ad), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d29d0879a985798f, c993a9e21fde3ee2), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (cd2e96fe000c30b1, 6364ed1be6178363), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (8f992b2f5223ad90, 310240ad3acc8544), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b43aedcbcc0d9fdd, 56ddc06c7a543acb), 24, 24 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (334ea38ca9b0620a, ab4f7a58e42bcf19), 16, 24 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b6d320f47243bed6, f5a32dd436f698d9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (5bdaa0a5618b43c0, b66791d23129f88b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (82b404e2c85dea64, 35b6821c39dee0d3), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (6f3cb8ad6a36b11d, 9541d224e3dc9936), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (ae86c5fcf01ae103, c4275c0913d63a72), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d8fb50f1897afb95, 5d4aff586f21efbf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (cf783283e100b1e5, 297fd4b55e67a75f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3c20aa2dbc86fff2, 8b25466dbe6e736c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (33a15a9c0de3b0d, cc4fd663e97076ea), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e04acc4a634f7653, 41f45f3ddaec481f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (f2299ae4afbb3cd8, 16dc37d6f7029e34), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (2c3d1030adfbff78, 67df820c36061e7a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b8fa1c45affbe799, 3e5be9251619f4e5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d904b83ac6369950, 457b20cbc91c9528), 40, 40 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e0ee98d3ae4ee643, c8729641571484a1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d735ae3778ceace9, 704a43d045be4798), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3819883776b04b4c, 57c0001dc259a4d0), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d1ba4adaa10b4c81, 74caee14a10a1764), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (1656a7a787b2c62f, 8199c1a253efffda), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3f8656a15b7acc9c, af4fdbdbe477a5c6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (8af0319b26064797, 11576b9149a2d89), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (f510257e16fe7d9a, 32abc3c7cba2e663), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3769bc4f9eb614ae, 65cb04499df151c9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e591f90bb26777a, 6bc3c8b75cc6a93d), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (51b4f78e4455d28c, c4c46043e9e390b8), 0, 0 [INFO] [stdout] warning: 131 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "d7637ae758b47bb33ca52fd6001886ffbda43da6ffc11b94041eda649a9d5890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7637ae758b47bb33ca52fd6001886ffbda43da6ffc11b94041eda649a9d5890", kill_on_drop: false }` [INFO] [stdout] d7637ae758b47bb33ca52fd6001886ffbda43da6ffc11b94041eda649a9d5890 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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 -Zprofile-closures" "-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" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f7810e54f90a8851b13f79d7bdb151ca9faf66c743b882a9aed5de96640a48d [INFO] running `Command { std: "docker" "start" "-a" "7f7810e54f90a8851b13f79d7bdb151ca9faf66c743b882a9aed5de96640a48d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub type Config = Build; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:246:6 [INFO] [stdout] | [INFO] [stdout] 246 | impl Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1539:18 [INFO] [stdout] | [INFO] [stdout] 1539 | impl Default for Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn new() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:297:63 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn include>(&mut self, dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:313:87 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn define<'a, V: Into>>(&mut self, var: &str, val: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:319:62 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn object>(&mut self, obj: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:334:48 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn flag(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:387:61 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn flag_if_supported(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:406:62 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn shared_flag(&mut self, shared_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:425:62 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn static_flag(&mut self, static_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:431:58 [INFO] [stdout] | [INFO] [stdout] 431 | pub fn file>(&mut self, p: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:437:46 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn files

(&mut self, p: P) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:450:46 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn cpp(&mut self, cpp: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:474:80 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn warnings_into_errors(&mut self, warnings_into_errors: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:495:56 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn warnings(&mut self, warnings: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:525:97 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn cpp_link_stdlib<'a, V: Into>>(&mut self, cpp_link_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:563:95 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn cpp_set_stdlib<'a, V: Into>>(&mut self, cpp_set_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:583:52 [INFO] [stdout] | [INFO] [stdout] 583 | pub fn target(&mut self, target: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:601:48 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn host(&mut self, host: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:610:57 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn opt_level(&mut self, opt_level: u32) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:619:62 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn opt_level_str(&mut self, opt_level: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:630:50 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn debug(&mut self, debug: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:640:67 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn out_dir>(&mut self, out_dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:650:69 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn compiler>(&mut self, compiler: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:660:69 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn archiver>(&mut self, archiver: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:674:68 [INFO] [stdout] | [INFO] [stdout] 674 | pub fn cargo_metadata(&mut self, cargo_metadata: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:683:46 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn pic(&mut self, pic: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:691:60 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn static_crt(&mut self, static_crt: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:697:59 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn __set_env(&mut self, a: A, b: B) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1540:21 [INFO] [stdout] | [INFO] [stdout] 1540 | fn default() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:9 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:24 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | include_directories: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | definitions: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | objects: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | flags: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | flags_supported: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | files: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | shared_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:262:13 [INFO] [stdout] | [INFO] [stdout] 262 | static_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | cpp: false, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | cpp_link_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:265:13 [INFO] [stdout] | [INFO] [stdout] 265 | cpp_set_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | target: None, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | host: None, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | out_dir: None, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | opt_level: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | debug: None, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | env: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | compiler: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | archiver: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | cargo_metadata: true, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | pic: None, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | static_crt: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | warnings: true, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | warnings_into_errors: false, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | self.include_directories.push(dir.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | self.definitions.push((var.to_string(), val.into().map(|s| s.to_string()))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | self.objects.push(obj.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | self.flags.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:341:22 [INFO] [stdout] | [INFO] [stdout] 341 | let src = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:366:17 [INFO] [stdout] | [INFO] [stdout] 366 | .cpp(self.cpp); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:388:9 [INFO] [stdout] | [INFO] [stdout] 388 | self.flags_supported.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | self.shared_flag = Some(shared_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:426:9 [INFO] [stdout] | [INFO] [stdout] 426 | self.static_flag = Some(static_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | self.files.push(p.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | self.cpp = cpp; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | self.warnings_into_errors = warnings_into_errors; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | self.warnings = warnings; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | self.cpp_link_stdlib = Some(cpp_link_stdlib.into().map(|s| s.into())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 565 | self.cpp_set_stdlib = cpp_set_stdlib.map(|s| s.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | self.target = Some(target.to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:602:9 [INFO] [stdout] | [INFO] [stdout] 602 | self.host = Some(host.to_string()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:631:9 [INFO] [stdout] | [INFO] [stdout] 631 | self.debug = Some(debug); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:641:9 [INFO] [stdout] | [INFO] [stdout] 641 | self.out_dir = Some(out_dir.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:651:9 [INFO] [stdout] | [INFO] [stdout] 651 | self.compiler = Some(compiler.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:661:9 [INFO] [stdout] | [INFO] [stdout] 661 | self.archiver = Some(archiver.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:675:9 [INFO] [stdout] | [INFO] [stdout] 675 | self.cargo_metadata = cargo_metadata; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:684:9 [INFO] [stdout] | [INFO] [stdout] 684 | self.pic = Some(pic); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:692:9 [INFO] [stdout] | [INFO] [stdout] 692 | self.static_crt = Some(static_crt); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:701:9 [INFO] [stdout] | [INFO] [stdout] 701 | self.env.push((a.as_ref().to_owned(), b.as_ref().to_owned())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:722:21 [INFO] [stdout] | [INFO] [stdout] 722 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:762:12 [INFO] [stdout] | [INFO] [stdout] 762 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:832:36 [INFO] [stdout] | [INFO] [stdout] 832 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:854:32 [INFO] [stdout] | [INFO] [stdout] 854 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:859:17 [INFO] [stdout] | [INFO] [stdout] 859 | assert!(self.files.len() <= 1, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:862:21 [INFO] [stdout] | [INFO] [stdout] 862 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:939:38 [INFO] [stdout] | [INFO] [stdout] 939 | let crt_flag = match self.static_crt { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:975:24 [INFO] [stdout] | [INFO] [stdout] 975 | if self.pic.unwrap_or(!target.contains("windows-gnu")) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:978:27 [INFO] [stdout] | [INFO] [stdout] 978 | } else if self.pic.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:984:37 [INFO] [stdout] | [INFO] [stdout] 984 | for arg in self.envflags(if self.cpp {"CXXFLAGS"} else {"CFLAGS"}) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1009:20 [INFO] [stdout] | [INFO] [stdout] 1009 | if self.static_flag.is_none() && target.contains("musl") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1089:12 [INFO] [stdout] | [INFO] [stdout] 1089 | if self.static_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1092:12 [INFO] [stdout] | [INFO] [stdout] 1092 | if self.shared_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1096:12 [INFO] [stdout] | [INFO] [stdout] 1096 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1097:20 [INFO] [stdout] | [INFO] [stdout] 1097 | match (self.cpp_set_stdlib.as_ref(), cmd.family) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1110:26 [INFO] [stdout] | [INFO] [stdout] 1110 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1115:21 [INFO] [stdout] | [INFO] [stdout] 1115 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1119:21 [INFO] [stdout] | [INFO] [stdout] 1119 | for flag in self.flags_supported.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1125:38 [INFO] [stdout] | [INFO] [stdout] 1125 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | if self.warnings { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1140:12 [INFO] [stdout] | [INFO] [stdout] 1140 | if self.warnings_into_errors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1155:26 [INFO] [stdout] | [INFO] [stdout] 1155 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1158:38 [INFO] [stdout] | [INFO] [stdout] 1158 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1169:21 [INFO] [stdout] | [INFO] [stdout] 1169 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1183:33 [INFO] [stdout] | [INFO] [stdout] 1183 | let mut cmd = match self.archiver { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1192:28 [INFO] [stdout] | [INFO] [stdout] 1192 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1217:28 [INFO] [stdout] | [INFO] [stdout] 1217 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1277:32 [INFO] [stdout] | [INFO] [stdout] 1277 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1284:30 [INFO] [stdout] | [INFO] [stdout] 1284 | if let Some(ref c) = self.compiler { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1289:35 [INFO] [stdout] | [INFO] [stdout] 1289 | let (env, msvc, gnu) = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | } else if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1314:35 [INFO] [stdout] | [INFO] [stdout] 1314 | let tool = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1348:67 [INFO] [stdout] | [INFO] [stdout] 1348 | let cross_compile = cc_env.as_ref().map(|s| s.trim_right_matches('-')); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e39cd24e3465b2d4, 55a6164e34dd0ab4), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/lib.rs:1429:65 [INFO] [stdout] | [INFO] [stdout] 1429 | return (t.to_string(), vec![tool[t.len()..].trim_left().to_string()]); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (1ecae45b84df7e5b, 96be09dd52e5ec0e), 0, 0 [INFO] [stdout] warning: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1439:15 [INFO] [stdout] | [INFO] [stdout] 1439 | match self.cpp_link_stdlib.clone() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (757afe182540aaa7, 91b292d8c6a01ecb), 0, 0 [INFO] [stdout] warning: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1457:15 [INFO] [stdout] | [INFO] [stdout] 1457 | match self.archiver [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (7eaca7c0834c5c2d, 512da30651f5d4ad), 0, 0 [INFO] [stdout] warning: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1481:15 [INFO] [stdout] | [INFO] [stdout] 1481 | match self.target.clone() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d29d0879a985798f, c993a9e21fde3ee2), 16, 16 [INFO] [stdout] warning: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1488:15 [INFO] [stdout] | [INFO] [stdout] 1488 | match self.host.clone() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (cd2e96fe000c30b1, 6364ed1be6178363), 0, 0 [INFO] [stdout] warning: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1495:15 [INFO] [stdout] | [INFO] [stdout] 1495 | match self.opt_level.as_ref().cloned() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (8f992b2f5223ad90, 310240ad3acc8544), 24, 24 [INFO] [stdout] warning: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1502:9 [INFO] [stdout] | [INFO] [stdout] 1502 | self.debug.unwrap_or_else(|| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b43aedcbcc0d9fdd, 56ddc06c7a543acb), 24, 24 [INFO] [stdout] warning: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1511:15 [INFO] [stdout] | [INFO] [stdout] 1511 | match self.out_dir.clone() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (334ea38ca9b0620a, ab4f7a58e42bcf19), 16, 24 [INFO] [stdout] warning: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1533:12 [INFO] [stdout] | [INFO] [stdout] 1533 | if self.cargo_metadata { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b6d320f47243bed6, f5a32dd436f698d9), 0, 0 [INFO] [stdout] warning: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:16 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (5bdaa0a5618b43c0, b66791d23129f88b), 0, 0 [INFO] [stdout] warning: 131 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: gcc, (82b404e2c85dea64, 35b6821c39dee0d3), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (6f3cb8ad6a36b11d, 9541d224e3dc9936), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (ae86c5fcf01ae103, c4275c0913d63a72), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d8fb50f1897afb95, 5d4aff586f21efbf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (cf783283e100b1e5, 297fd4b55e67a75f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3c20aa2dbc86fff2, 8b25466dbe6e736c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (33a15a9c0de3b0d, cc4fd663e97076ea), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e04acc4a634f7653, 41f45f3ddaec481f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (f2299ae4afbb3cd8, 16dc37d6f7029e34), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (2c3d1030adfbff78, 67df820c36061e7a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (b8fa1c45affbe799, 3e5be9251619f4e5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d904b83ac6369950, 457b20cbc91c9528), 40, 40 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e0ee98d3ae4ee643, c8729641571484a1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d735ae3778ceace9, 704a43d045be4798), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3819883776b04b4c, 57c0001dc259a4d0), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (d1ba4adaa10b4c81, 74caee14a10a1764), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (1656a7a787b2c62f, 8199c1a253efffda), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3f8656a15b7acc9c, af4fdbdbe477a5c6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (8af0319b26064797, 11576b9149a2d89), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (f510257e16fe7d9a, 32abc3c7cba2e663), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (3769bc4f9eb614ae, 65cb04499df151c9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (e591f90bb26777a, 6bc3c8b75cc6a93d), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: gcc, (51b4f78e4455d28c, c4c46043e9e390b8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: build_script_build, (75b84863966839e5, 8a92c743b00988cf), 0, 0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] SG_CR_Eslkdjf: rand, (d5015a8c02ff7118, e70836707da39dad), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (c33e8228ef4d3b95, 2d6ca4bd92c47071), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (73a6793981df500, 9ea7a0df690467a7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (d8ff2f552621b1e1, a17a7748711039ba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (4d455adf532d9672, 8a28634982653bd8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (ed75b5e2f3665aa2, 4385f707973d3e6f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (b6582aa9c9db04c2, 7aa5d671fc00c41d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (6a201950bd958b83, 83144e08ef857ffe), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (f4edb901cfa4bf68, aebc79b4281ce138), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (f4cc936fabde326d, 2e5a3fa686e06f95), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (430a73cb6571950c, 8fca9879845359c1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (33973f3323b2d6c4, 61730fb1bf00dec8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (244767cfee9aefe0, 1ac66c687f40fdbf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (893aa53486a55c7, dfa264df2657b3a9), 0, 0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling gcc v0.3.55 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub type Config = Build; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:246:6 [INFO] [stdout] | [INFO] [stdout] 246 | impl Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1539:18 [INFO] [stdout] | [INFO] [stdout] 1539 | impl Default for Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:253:21 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn new() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:297:63 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn include>(&mut self, dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:313:87 [INFO] [stdout] | [INFO] [stdout] 313 | pub fn define<'a, V: Into>>(&mut self, var: &str, val: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:319:62 [INFO] [stdout] | [INFO] [stdout] 319 | pub fn object>(&mut self, obj: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:334:48 [INFO] [stdout] | [INFO] [stdout] 334 | pub fn flag(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:387:61 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn flag_if_supported(&mut self, flag: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:406:62 [INFO] [stdout] | [INFO] [stdout] 406 | pub fn shared_flag(&mut self, shared_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:425:62 [INFO] [stdout] | [INFO] [stdout] 425 | pub fn static_flag(&mut self, static_flag: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:431:58 [INFO] [stdout] | [INFO] [stdout] 431 | pub fn file>(&mut self, p: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:437:46 [INFO] [stdout] | [INFO] [stdout] 437 | pub fn files

(&mut self, p: P) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:450:46 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn cpp(&mut self, cpp: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:474:80 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn warnings_into_errors(&mut self, warnings_into_errors: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:495:56 [INFO] [stdout] | [INFO] [stdout] 495 | pub fn warnings(&mut self, warnings: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:525:97 [INFO] [stdout] | [INFO] [stdout] 525 | pub fn cpp_link_stdlib<'a, V: Into>>(&mut self, cpp_link_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:563:95 [INFO] [stdout] | [INFO] [stdout] 563 | pub fn cpp_set_stdlib<'a, V: Into>>(&mut self, cpp_set_stdlib: V) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:583:52 [INFO] [stdout] | [INFO] [stdout] 583 | pub fn target(&mut self, target: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:601:48 [INFO] [stdout] | [INFO] [stdout] 601 | pub fn host(&mut self, host: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:610:57 [INFO] [stdout] | [INFO] [stdout] 610 | pub fn opt_level(&mut self, opt_level: u32) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:619:62 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn opt_level_str(&mut self, opt_level: &str) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:630:50 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn debug(&mut self, debug: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:640:67 [INFO] [stdout] | [INFO] [stdout] 640 | pub fn out_dir>(&mut self, out_dir: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:650:69 [INFO] [stdout] | [INFO] [stdout] 650 | pub fn compiler>(&mut self, compiler: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:660:69 [INFO] [stdout] | [INFO] [stdout] 660 | pub fn archiver>(&mut self, archiver: P) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:674:68 [INFO] [stdout] | [INFO] [stdout] 674 | pub fn cargo_metadata(&mut self, cargo_metadata: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:683:46 [INFO] [stdout] | [INFO] [stdout] 683 | pub fn pic(&mut self, pic: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:691:60 [INFO] [stdout] | [INFO] [stdout] 691 | pub fn static_crt(&mut self, static_crt: bool) -> &mut Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:697:59 [INFO] [stdout] | [INFO] [stdout] 697 | pub fn __set_env(&mut self, a: A, b: B) -> &mut Build [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1540:21 [INFO] [stdout] | [INFO] [stdout] 1540 | fn default() -> Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:9 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn gcc(&self) -> gcc::Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:239:24 [INFO] [stdout] | [INFO] [stdout] 239 | let mut c = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | include_directories: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:256:13 [INFO] [stdout] | [INFO] [stdout] 256 | definitions: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | objects: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | flags: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | flags_supported: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:260:13 [INFO] [stdout] | [INFO] [stdout] 260 | files: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | shared_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:262:13 [INFO] [stdout] | [INFO] [stdout] 262 | static_flag: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:263:13 [INFO] [stdout] | [INFO] [stdout] 263 | cpp: false, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:264:13 [INFO] [stdout] | [INFO] [stdout] 264 | cpp_link_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:265:13 [INFO] [stdout] | [INFO] [stdout] 265 | cpp_set_stdlib: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | target: None, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:267:13 [INFO] [stdout] | [INFO] [stdout] 267 | host: None, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | out_dir: None, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:269:13 [INFO] [stdout] | [INFO] [stdout] 269 | opt_level: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | debug: None, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | env: Vec::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | compiler: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:273:13 [INFO] [stdout] | [INFO] [stdout] 273 | archiver: None, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | cargo_metadata: true, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | pic: None, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | static_crt: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | warnings: true, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | warnings_into_errors: false, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:298:9 [INFO] [stdout] | [INFO] [stdout] 298 | self.include_directories.push(dir.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | self.definitions.push((var.to_string(), val.into().map(|s| s.to_string()))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | self.objects.push(obj.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | self.flags.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:341:22 [INFO] [stdout] | [INFO] [stdout] 341 | let src = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:360:30 [INFO] [stdout] | [INFO] [stdout] 360 | let mut cfg = Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:366:17 [INFO] [stdout] | [INFO] [stdout] 366 | .cpp(self.cpp); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:388:9 [INFO] [stdout] | [INFO] [stdout] 388 | self.flags_supported.push(flag.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | self.shared_flag = Some(shared_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:426:9 [INFO] [stdout] | [INFO] [stdout] 426 | self.static_flag = Some(static_flag); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | self.files.push(p.as_ref().to_path_buf()); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | self.cpp = cpp; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | self.warnings_into_errors = warnings_into_errors; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | self.warnings = warnings; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | self.cpp_link_stdlib = Some(cpp_link_stdlib.into().map(|s| s.into())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:565:9 [INFO] [stdout] | [INFO] [stdout] 565 | self.cpp_set_stdlib = cpp_set_stdlib.map(|s| s.into()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | self.target = Some(target.to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:602:9 [INFO] [stdout] | [INFO] [stdout] 602 | self.host = Some(host.to_string()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | self.opt_level = Some(opt_level.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:631:9 [INFO] [stdout] | [INFO] [stdout] 631 | self.debug = Some(debug); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:641:9 [INFO] [stdout] | [INFO] [stdout] 641 | self.out_dir = Some(out_dir.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:651:9 [INFO] [stdout] | [INFO] [stdout] 651 | self.compiler = Some(compiler.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:661:9 [INFO] [stdout] | [INFO] [stdout] 661 | self.archiver = Some(archiver.as_ref().to_owned()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:675:9 [INFO] [stdout] | [INFO] [stdout] 675 | self.cargo_metadata = cargo_metadata; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:684:9 [INFO] [stdout] | [INFO] [stdout] 684 | self.pic = Some(pic); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:692:9 [INFO] [stdout] | [INFO] [stdout] 692 | self.static_crt = Some(static_crt); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:701:9 [INFO] [stdout] | [INFO] [stdout] 701 | self.env.push((a.as_ref().to_owned(), b.as_ref().to_owned())); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:722:21 [INFO] [stdout] | [INFO] [stdout] 722 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:58:31 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn gcc(&self) -> gcc::Build { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:762:12 [INFO] [stdout] | [INFO] [stdout] 762 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> tests/support/mod.rs:59:35 [INFO] [stdout] | [INFO] [stdout] 59 | let mut cfg = gcc::Build::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:832:36 [INFO] [stdout] | [INFO] [stdout] 832 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (c6c97686ad3afcff, d726b8765f97fe2f), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:854:32 [INFO] [stdout] | [INFO] [stdout] 854 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:859:17 [INFO] [stdout] | [INFO] [stdout] 859 | assert!(self.files.len() <= 1, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::files`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:862:21 [INFO] [stdout] | [INFO] [stdout] 862 | for file in self.files.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_crt`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:939:38 [INFO] [stdout] | [INFO] [stdout] 939 | let crt_flag = match self.static_crt { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:975:24 [INFO] [stdout] | [INFO] [stdout] 975 | if self.pic.unwrap_or(!target.contains("windows-gnu")) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::pic`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:978:27 [INFO] [stdout] | [INFO] [stdout] 978 | } else if self.pic.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:984:37 [INFO] [stdout] | [INFO] [stdout] 984 | for arg in self.envflags(if self.cpp {"CXXFLAGS"} else {"CFLAGS"}) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1009:20 [INFO] [stdout] | [INFO] [stdout] 1009 | if self.static_flag.is_none() && target.contains("musl") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::static_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1089:12 [INFO] [stdout] | [INFO] [stdout] 1089 | if self.static_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::shared_flag`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1092:12 [INFO] [stdout] | [INFO] [stdout] 1092 | if self.shared_flag.unwrap_or(false) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1096:12 [INFO] [stdout] | [INFO] [stdout] 1096 | if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_set_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1097:20 [INFO] [stdout] | [INFO] [stdout] 1097 | match (self.cpp_set_stdlib.as_ref(), cmd.family) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: cc_env, (637bdf348889d54, 8be02d36fdbbc94b), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1110:26 [INFO] [stdout] | [INFO] [stdout] 1110 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1115:21 [INFO] [stdout] | [INFO] [stdout] 1115 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags_supported`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1119:21 [INFO] [stdout] | [INFO] [stdout] 1119 | for flag in self.flags_supported.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1125:38 [INFO] [stdout] | [INFO] [stdout] 1125 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1134:12 [INFO] [stdout] | [INFO] [stdout] 1134 | if self.warnings { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::warnings_into_errors`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1140:12 [INFO] [stdout] | [INFO] [stdout] 1140 | if self.warnings_into_errors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (25f4e6537389a6be, 7ccf049ddad38877), 16, 16 [INFO] [stdout] error: use of deprecated field `Build::include_directories`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1155:26 [INFO] [stdout] | [INFO] [stdout] 1155 | for directory in self.include_directories.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (164047c4d3de26fa, abc5eb8d750ca243), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::definitions`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1158:38 [INFO] [stdout] | [INFO] [stdout] 1158 | for &(ref key, ref value) in self.definitions.iter() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::flags`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1169:21 [INFO] [stdout] | [INFO] [stdout] 1169 | for flag in self.flags.iter() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1183:33 [INFO] [stdout] | [INFO] [stdout] 1183 | let mut cmd = match self.archiver { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1192:28 [INFO] [stdout] | [INFO] [stdout] 1192 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::objects`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1217:28 [INFO] [stdout] | [INFO] [stdout] 1217 | .args(&self.objects), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (d7050d116d904d91, b80cb92a3fcd23ce), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::env`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1277:32 [INFO] [stdout] | [INFO] [stdout] 1277 | for &(ref a, ref b) in self.env.iter() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: cc_env, (9c535109d68419d9, bda527028779faf4), 16, 16 [INFO] [stdout] error: use of deprecated field `Build::compiler`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1284:30 [INFO] [stdout] | [INFO] [stdout] 1284 | if let Some(ref c) = self.compiler { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1289:35 [INFO] [stdout] | [INFO] [stdout] 1289 | let (env, msvc, gnu) = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | } else if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1314:35 [INFO] [stdout] | [INFO] [stdout] 1314 | let tool = if self.cpp { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1348:67 [INFO] [stdout] | [INFO] [stdout] 1348 | let cross_compile = cc_env.as_ref().map(|s| s.trim_right_matches('-')); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/lib.rs:1429:65 [INFO] [stdout] | [INFO] [stdout] 1429 | return (t.to_string(), vec![tool[t.len()..].trim_left().to_string()]); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cpp_link_stdlib`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1439:15 [INFO] [stdout] | [INFO] [stdout] 1439 | match self.cpp_link_stdlib.clone() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::archiver`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1457:15 [INFO] [stdout] | [INFO] [stdout] 1457 | match self.archiver [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: cc_env, (86483cde4a56b3b5, 502dd7afbb170e83), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::target`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1481:15 [INFO] [stdout] | [INFO] [stdout] 1481 | match self.target.clone() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: cc_env, (f2d35f212fa682d5, 56fd269e69af96df), 0, 0 [INFO] [stdout] error: use of deprecated field `Build::host`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1488:15 [INFO] [stdout] | [INFO] [stdout] 1488 | match self.host.clone() { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: cc_env, (a43f702d441cbc5, 4d307910af18d4aa), 8, 8 [INFO] [stdout] error: use of deprecated field `Build::opt_level`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1495:15 [INFO] [stdout] | [INFO] [stdout] 1495 | match self.opt_level.as_ref().cloned() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::debug`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1502:9 [INFO] [stdout] | [INFO] [stdout] 1502 | self.debug.unwrap_or_else(|| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::out_dir`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1511:15 [INFO] [stdout] | [INFO] [stdout] 1511 | match self.out_dir.clone() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `Build::cargo_metadata`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1533:12 [INFO] [stdout] | [INFO] [stdout] 1533 | if self.cargo_metadata { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated associated function `Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> src/lib.rs:1541:16 [INFO] [stdout] | [INFO] [stdout] 1541 | Build::new() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: test, (8fb45d0674fd2708, 8f67f436a62a7d1f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: test, (4655d81f8890247, 418820f8e8af9214), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (3954ec2794c5e560, f1127629fb79932f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (2895448fe035a77a, c688ed2cc96f15a0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (64381a4d2dad8298, b0fea9cac17e9408), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (301cc0f4f73a2cd7, 2622408977ab756d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (6581981bfd931eae, 9c5d6ddd621b4e52), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (fbbc098485003585, d83be20dd3398c94), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (3af5d30bb1245f8c, 8dfb89cd9023ff9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (9ff93770221bbf43, 26edc96a647b4c10), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (9e96744cc8e99709, ae4d563d638f3423), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (24b19468207d93dc, 1dbc662dd7a99d24), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (c2f2bb272142cad, cdc84d12dfc3939e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (b9da3cc06b10cbb6, 2e6352593d3108d7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (f4411ce51b2bc412, da0a303f2cb18c9b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (92662132e9d39a18, 6db6a59dd62c2489), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (6dc254dc622fc843, d6666107ec087c10), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (5373ba2f4f3a4262, 7ce423b556fee8f3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (8f2a023ff2d321e1, e579699c1a896d74), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (8cb9dd668947ea91, bda922511cd87cae), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (4a87f3dd8583e840, 25292d2c9cbd363b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (b7103608dce5bb53, ce2a4819d34d4246), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (26307a40a7a66c57, 53d28249f404f683), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (e5f616492dfe3bc6, 69d045e477ed916e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (1ac3c354df79a3d7, 6599c2c07a8583fa), 0, 0 [INFO] [stdout] error: aborting due to 131 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gcc` due to 132 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7f7810e54f90a8851b13f79d7bdb151ca9faf66c743b882a9aed5de96640a48d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f7810e54f90a8851b13f79d7bdb151ca9faf66c743b882a9aed5de96640a48d", kill_on_drop: false }` [INFO] [stdout] 7f7810e54f90a8851b13f79d7bdb151ca9faf66c743b882a9aed5de96640a48d