[INFO] fetching crate rsnappy 0.1.0... [INFO] checking rsnappy-0.1.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate rsnappy 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate rsnappy 0.1.0 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rsnappy 0.1.0 [INFO] finished tweaking crates.io crate rsnappy 0.1.0 [INFO] tweaked toml for crates.io crate rsnappy 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strsim v0.5.2 [INFO] [stderr] Downloaded docopt v0.6.86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4d35578ac198951823ba488da6ba82f786b96669c4f47aad13983771eefe4a8 [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" "e4d35578ac198951823ba488da6ba82f786b96669c4f47aad13983771eefe4a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4d35578ac198951823ba488da6ba82f786b96669c4f47aad13983771eefe4a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4d35578ac198951823ba488da6ba82f786b96669c4f47aad13983771eefe4a8", kill_on_drop: false }` [INFO] [stdout] e4d35578ac198951823ba488da6ba82f786b96669c4f47aad13983771eefe4a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 627dc60a7a6f7c360da5b220e3f939631793ac40e0bd06630208929c5fc3edd3 [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" "627dc60a7a6f7c360da5b220e3f939631793ac40e0bd06630208929c5fc3edd3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Compiling rsnappy v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking strsim v0.5.2 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/decompress.rs:216:31 [INFO] [stdout] | [INFO] [stdout] 216 | let uncompressed_length = try!(read_uncompressed_length(reader)); [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/compress.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | let metadata = try!(self.get_ref().metadata()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:216:31 [INFO] [stdout] | [INFO] [stdout] 216 | let uncompressed_length = try!(inp.available()) as u32; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | try!(write_varint(out, uncompressed_length)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | try!(compress_block(chunk, out, &mut dict)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | try!(emit_literal(out, &block[literal_start..i])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:270:13 [INFO] [stdout] | [INFO] [stdout] 270 | try!(emit_copy(out, copy_offset, copy_len)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | try!(do_emit_copy(out, offset, MAX_COPY_LEN)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 301 | try!(do_emit_copy(out, offset, to_emit)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | try!(out.write(&[tag, low_len])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | try!(out.write(&[tag])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:321:9 [INFO] [stdout] | [INFO] [stdout] 321 | try!(write_u16_le(out, offset as u16)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | try!(out.write(&[tag])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | try!(out.write_all(literal)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | try!(out.write(&ds[..count + 1])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:346:9 [INFO] [stdout] | [INFO] [stdout] 346 | try!(out.write_all(literal)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:424:5 [INFO] [stdout] | [INFO] [stdout] 424 | try!(out.write(s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/compress.rs:457:5 [INFO] [stdout] | [INFO] [stdout] 457 | try!(out.write(&ds[..nbytes])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/decompress.rs:269:22 [INFO] [stdout] | [INFO] [stdout] 269 | for i in (0..len as usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zero_array.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / extern { [INFO] [stdout] 28 | | fn calloc(num: size_t, size: size_t) -> *mut c_void; [INFO] [stdout] 29 | | fn free(ptr: *mut c_void); [INFO] [stdout] 30 | | fn abort(); [INFO] [stdout] 31 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rsnappy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "627dc60a7a6f7c360da5b220e3f939631793ac40e0bd06630208929c5fc3edd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "627dc60a7a6f7c360da5b220e3f939631793ac40e0bd06630208929c5fc3edd3", kill_on_drop: false }` [INFO] [stdout] 627dc60a7a6f7c360da5b220e3f939631793ac40e0bd06630208929c5fc3edd3