[INFO] fetching crate sc2-proto 0.2.1... [INFO] testing sc2-proto-0.2.1 against 1.49.0 for beta-1.50-1 [INFO] extracting crate sc2-proto 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate sc2-proto 0.2.1 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sc2-proto 0.2.1 [INFO] finished tweaking crates.io crate sc2-proto 0.2.1 [INFO] tweaked toml for crates.io crate sc2-proto 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a985026ee2c0d5effae05b739943f4483279d8f966abbf315c0c076c3db2b058 [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" "a985026ee2c0d5effae05b739943f4483279d8f966abbf315c0c076c3db2b058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a985026ee2c0d5effae05b739943f4483279d8f966abbf315c0c076c3db2b058", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a985026ee2c0d5effae05b739943f4483279d8f966abbf315c0c076c3db2b058", kill_on_drop: false }` [INFO] [stdout] a985026ee2c0d5effae05b739943f4483279d8f966abbf315c0c076c3db2b058 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce3b60df8ec28de7635aed1d0d00cbff9c4bb74f60f908eaea594973c62e75d4 [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" "ce3b60df8ec28de7635aed1d0d00cbff9c4bb74f60f908eaea594973c62e75d4", kill_on_drop: false }` [INFO] [stderr] Compiling protobuf v2.19.0 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling protoc v2.19.0 [INFO] [stderr] Compiling protobuf-codegen v2.19.0 [INFO] [stderr] Compiling protoc-rust v2.19.0 [INFO] [stderr] Compiling sc2-proto v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `protoc_rust::run`: Use Codegen instead [INFO] [stdout] --> build.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protoc_rust::Args`: Use Codegen instead [INFO] [stdout] --> build.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::out_dir`: Use Codegen instead [INFO] [stdout] --> build.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | out_dir, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::includes`: Use Codegen instead [INFO] [stdout] --> build.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | includes: &["s2client-proto/"], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::input`: Use Codegen instead [INFO] [stdout] --> build.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | / input: input_files [INFO] [stdout] 40 | | .iter() [INFO] [stdout] 41 | | .map(|s| s.as_str()) [INFO] [stdout] 42 | | .collect::>() [INFO] [stdout] 43 | | .as_slice(), [INFO] [stdout] | |_______________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::customize`: Use Codegen instead [INFO] [stdout] --> build.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | / customize: protoc_rust::Customize { [INFO] [stdout] 45 | | ..Default::default() [INFO] [stdout] 46 | | }, [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `Command { std: "docker" "inspect" "ce3b60df8ec28de7635aed1d0d00cbff9c4bb74f60f908eaea594973c62e75d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce3b60df8ec28de7635aed1d0d00cbff9c4bb74f60f908eaea594973c62e75d4", kill_on_drop: false }` [INFO] [stdout] ce3b60df8ec28de7635aed1d0d00cbff9c4bb74f60f908eaea594973c62e75d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ecc42cc801dcd5fdda858169ccb84a1cba1eb3ec48b989c4ca0237d8b807c6a [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" "5ecc42cc801dcd5fdda858169ccb84a1cba1eb3ec48b989c4ca0237d8b807c6a", kill_on_drop: false }` [INFO] [stderr] Compiling sc2-proto v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `protoc_rust::run`: Use Codegen instead [INFO] [stdout] --> build.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protoc_rust::Args`: Use Codegen instead [INFO] [stdout] --> build.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::out_dir`: Use Codegen instead [INFO] [stdout] --> build.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | out_dir, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::includes`: Use Codegen instead [INFO] [stdout] --> build.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | includes: &["s2client-proto/"], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::input`: Use Codegen instead [INFO] [stdout] --> build.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | / input: input_files [INFO] [stdout] 40 | | .iter() [INFO] [stdout] 41 | | .map(|s| s.as_str()) [INFO] [stdout] 42 | | .collect::>() [INFO] [stdout] 43 | | .as_slice(), [INFO] [stdout] | |_______________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protoc_rust::Args::customize`: Use Codegen instead [INFO] [stdout] --> build.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | / customize: protoc_rust::Customize { [INFO] [stdout] 45 | | ..Default::default() [INFO] [stdout] 46 | | }, [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.36s [INFO] running `Command { std: "docker" "inspect" "5ecc42cc801dcd5fdda858169ccb84a1cba1eb3ec48b989c4ca0237d8b807c6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ecc42cc801dcd5fdda858169ccb84a1cba1eb3ec48b989c4ca0237d8b807c6a", kill_on_drop: false }` [INFO] [stdout] 5ecc42cc801dcd5fdda858169ccb84a1cba1eb3ec48b989c4ca0237d8b807c6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 330ac08bf7c803636384d1b17852e520a437014bd3d4325343e32ba4807eb5e0 [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" "330ac08bf7c803636384d1b17852e520a437014bd3d4325343e32ba4807eb5e0", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated function `protoc_rust::run`: Use Codegen instead [INFO] [stderr] --> build.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `protoc_rust::Args`: Use Codegen instead [INFO] [stderr] --> build.rs:36:38 [INFO] [stderr] | [INFO] [stderr] 36 | if let Err(e) = protoc_rust::run(protoc_rust::Args { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `protoc_rust::Args::out_dir`: Use Codegen instead [INFO] [stderr] --> build.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | out_dir, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `protoc_rust::Args::includes`: Use Codegen instead [INFO] [stderr] --> build.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | includes: &["s2client-proto/"], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `protoc_rust::Args::input`: Use Codegen instead [INFO] [stderr] --> build.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 39 | / input: input_files [INFO] [stderr] 40 | | .iter() [INFO] [stderr] 41 | | .map(|s| s.as_str()) [INFO] [stderr] 42 | | .collect::>() [INFO] [stderr] 43 | | .as_slice(), [INFO] [stderr] | |_______________________^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `protoc_rust::Args::customize`: Use Codegen instead [INFO] [stderr] --> build.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | / customize: protoc_rust::Customize { [INFO] [stderr] 45 | | ..Default::default() [INFO] [stderr] 46 | | }, [INFO] [stderr] | |_________^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sc2_proto-946a228f31ff2909 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests sc2-proto [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "330ac08bf7c803636384d1b17852e520a437014bd3d4325343e32ba4807eb5e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "330ac08bf7c803636384d1b17852e520a437014bd3d4325343e32ba4807eb5e0", kill_on_drop: false }` [INFO] [stdout] 330ac08bf7c803636384d1b17852e520a437014bd3d4325343e32ba4807eb5e0