[INFO] fetching crate victor 0.0.1... [INFO] checking victor-0.0.1 against beta for pr-78714 [INFO] extracting crate victor 0.0.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate victor 0.0.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate victor 0.0.1 [INFO] finished tweaking crates.io crate victor 0.0.1 [INFO] tweaked toml for crates.io crate victor 0.0.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23e400ea3e210bbd7b8d0ebc4461f9507e6116d9d30afe512ee75c663f05c511 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "23e400ea3e210bbd7b8d0ebc4461f9507e6116d9d30afe512ee75c663f05c511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23e400ea3e210bbd7b8d0ebc4461f9507e6116d9d30afe512ee75c663f05c511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23e400ea3e210bbd7b8d0ebc4461f9507e6116d9d30afe512ee75c663f05c511", kill_on_drop: false }` [INFO] [stdout] 23e400ea3e210bbd7b8d0ebc4461f9507e6116d9d30afe512ee75c663f05c511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6982ce10022f970116bf73fe8d10e8bf0a0c84852c3fcfb2b8b8e037213a50f7 [INFO] running `Command { std: "docker" "start" "-a" "6982ce10022f970116bf73fe8d10e8bf0a0c84852c3fcfb2b8b8e037213a50f7", kill_on_drop: false }` [INFO] [stderr] Checking cssparser v0.5.8 [INFO] [stderr] Checking quickersort v2.2.0 [INFO] [stderr] Checking selectors v0.5.9 [INFO] [stderr] Checking victor v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(dropck_parametricity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(dropck_parametricity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor_blind_to_params` in this scope [INFO] [stdout] --> src/arena.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | #[unsafe_destructor_blind_to_params] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(dropck_parametricity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `unsafe_destructor_blind_to_params` in this scope [INFO] [stdout] --> src/arena.rs:71:7 [INFO] [stdout] | [INFO] [stdout] 71 | #[unsafe_destructor_blind_to_params] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:76:35 [INFO] [stdout] | [INFO] [stdout] 76 | self.parse(BufReader::new(try!(File::open(name)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | try!(self.parse_content(document, &mut parser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | match try!(parser.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.parse_content(element, parser)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | try!(callback(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | try!(node.iter(callback)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | PdfDocument::new(BufWriter::new(try!(File::create(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | let mut file = try!(PdfFile::new(output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | try!(self.file.write_object(page_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | try!(write!(output, "/DeviceRGB cs /DeviceRGB CS 0.75 0 0 -0.75 0 {} cm\n", height)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.file.write_object(id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | try!(write!(output, "<< /Length {} >>\nstream\n", length_id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | try!(write_content(output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | try!(self.file.write_object(font_object_id, write_content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | try!(self.file.write_object(self.page_tree_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | try!(write!(output, "<< /Type /Pages\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | try!(write!(output, "{} ", id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(output, "]\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | try!(write!(output, "/F{} {}", i, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | try!(write!(output, ">> >>\n>>\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | try!(self.file.write_object(catalog_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | try!(write!(output, "<< /Type /Catalog\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | try!(self.file.write_object(info_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | try!(output.write_all(b"%PDF-1.7\n%\xB5\xED\xAE\xFB\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | try!(write!(self.output, "{} 0 obj\n", id.0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | try!(write_content(&mut self.output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(self.output, "endobj\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | try!(write!(self.output, "xref\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | try!(write!(self.output, "0000000000 65535 f \n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | try!(write!(self.output, "{:010} 00000 n \n", bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | try!(write!(self.output, "trailer\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | try!(write!(self.output, "/Info {}\n", info)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | try!(write!(self.output, ">>\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:269:18 [INFO] [stdout] | [INFO] [stdout] 269 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:289:18 [INFO] [stdout] | [INFO] [stdout] 289 | let to = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | let to = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | let control_1 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | let control_2 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:316:18 [INFO] [stdout] | [INFO] [stdout] 316 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:329:25 [INFO] [stdout] | [INFO] [stdout] 329 | let control_2 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:332:18 [INFO] [stdout] | [INFO] [stdout] 332 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:344:23 [INFO] [stdout] | [INFO] [stdout] 344 | let control = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:358:18 [INFO] [stdout] | [INFO] [stdout] 358 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:369:18 [INFO] [stdout] | [INFO] [stdout] 369 | let rx = try!(self.parse_non_negative_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:372:18 [INFO] [stdout] | [INFO] [stdout] 372 | let ry = try!(self.parse_non_negative_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:375:31 [INFO] [stdout] | [INFO] [stdout] 375 | let x_axis_rotation = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:378:25 [INFO] [stdout] | [INFO] [stdout] 378 | let large_arc = try!(self.parse_flag()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:381:21 [INFO] [stdout] | [INFO] [stdout] 381 | let sweep = try!(self.parse_flag()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:384:18 [INFO] [stdout] | [INFO] [stdout] 384 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:399:17 [INFO] [stdout] | [INFO] [stdout] 399 | let x = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | let y = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:428:45 [INFO] [stdout] | [INFO] [stdout] 428 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:435:45 [INFO] [stdout] | [INFO] [stdout] 435 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:442:47 [INFO] [stdout] | [INFO] [stdout] 442 | if !matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:446:49 [INFO] [stdout] | [INFO] [stdout] 446 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(dropck_parametricity)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:76:35 [INFO] [stdout] | [INFO] [stdout] 76 | self.parse(BufReader::new(try!(File::open(name)))) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | try!(self.parse_content(document, &mut parser)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | match try!(parser.next()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | try!(self.parse_content(element, parser)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | try!(callback(self)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/xml.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | try!(node.iter(callback)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | PdfDocument::new(BufWriter::new(try!(File::create(path)))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | let mut file = try!(PdfFile::new(output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | try!(self.file.write_object(page_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | try!(write!(output, "/DeviceRGB cs /DeviceRGB CS 0.75 0 0 -0.75 0 {} cm\n", height)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | try!(self.file.write_object(id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | try!(write!(output, "<< /Length {} >>\nstream\n", length_id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | try!(write_content(output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | try!(self.file.write_object(font_object_id, write_content)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | try!(self.file.write_object(self.page_tree_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | try!(write!(output, "<< /Type /Pages\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | try!(write!(output, "{} ", id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:110:13 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(output, "]\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | try!(write!(output, "/F{} {}", i, id)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | try!(write!(output, ">> >>\n>>\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | try!(self.file.write_object(catalog_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:121:13 [INFO] [stdout] | [INFO] [stdout] 121 | try!(write!(output, "<< /Type /Catalog\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/document_structure.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | try!(self.file.write_object(info_id, |output| { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | try!(output.write_all(b"%PDF-1.7\n%\xB5\xED\xAE\xFB\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | try!(write!(self.output, "{} 0 obj\n", id.0)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | try!(write_content(&mut self.output)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | try!(write!(self.output, "endobj\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | try!(write!(self.output, "xref\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | try!(write!(self.output, "0000000000 65535 f \n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | try!(write!(self.output, "{:010} 00000 n \n", bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | try!(write!(self.output, "trailer\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | try!(write!(self.output, "/Info {}\n", info)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/pdf/file_structure.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | try!(write!(self.output, ">>\n\ [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:269:18 [INFO] [stdout] | [INFO] [stdout] 269 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:289:18 [INFO] [stdout] | [INFO] [stdout] 289 | let to = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:299:18 [INFO] [stdout] | [INFO] [stdout] 299 | let to = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | let control_1 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:313:25 [INFO] [stdout] | [INFO] [stdout] 313 | let control_2 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:316:18 [INFO] [stdout] | [INFO] [stdout] 316 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:329:25 [INFO] [stdout] | [INFO] [stdout] 329 | let control_2 = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:332:18 [INFO] [stdout] | [INFO] [stdout] 332 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:344:23 [INFO] [stdout] | [INFO] [stdout] 344 | let control = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:347:18 [INFO] [stdout] | [INFO] [stdout] 347 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:358:18 [INFO] [stdout] | [INFO] [stdout] 358 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:369:18 [INFO] [stdout] | [INFO] [stdout] 369 | let rx = try!(self.parse_non_negative_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:372:18 [INFO] [stdout] | [INFO] [stdout] 372 | let ry = try!(self.parse_non_negative_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:375:31 [INFO] [stdout] | [INFO] [stdout] 375 | let x_axis_rotation = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:378:25 [INFO] [stdout] | [INFO] [stdout] 378 | let large_arc = try!(self.parse_flag()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:381:21 [INFO] [stdout] | [INFO] [stdout] 381 | let sweep = try!(self.parse_flag()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:384:18 [INFO] [stdout] | [INFO] [stdout] 384 | let to = try!(self.parse_coordinate_pair()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:399:17 [INFO] [stdout] | [INFO] [stdout] 399 | let x = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/svg/path.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | let y = try!(self.parse_number()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:428:45 [INFO] [stdout] | [INFO] [stdout] 428 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:435:45 [INFO] [stdout] | [INFO] [stdout] 435 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:442:47 [INFO] [stdout] | [INFO] [stdout] 442 | if !matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/svg/path.rs:446:49 [INFO] [stdout] | [INFO] [stdout] 446 | while matches!(self.peek(), Some('0'...'9')) { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `victor` [INFO] [stdout] error: aborting due to 3 previous errors; 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6982ce10022f970116bf73fe8d10e8bf0a0c84852c3fcfb2b8b8e037213a50f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6982ce10022f970116bf73fe8d10e8bf0a0c84852c3fcfb2b8b8e037213a50f7", kill_on_drop: false }` [INFO] [stdout] 6982ce10022f970116bf73fe8d10e8bf0a0c84852c3fcfb2b8b8e037213a50f7