[INFO] updating cached repository https://github.com/petehayes102/intecture-test [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9eb4e41e55b136e688748c47bc4f28f10404ab8a [INFO] checking petehayes102/intecture-test against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetehayes102%2Fintecture-test" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petehayes102/intecture-test on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/petehayes102/intecture-test [INFO] finished tweaking git repo https://github.com/petehayes102/intecture-test [INFO] tweaked toml for git repo https://github.com/petehayes102/intecture-test written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/petehayes102/intecture-test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 147e5ce3e3ac7732a6288cb598d05482d7789da7ce79e87e86ab6ce46ad3cfe2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "147e5ce3e3ac7732a6288cb598d05482d7789da7ce79e87e86ab6ce46ad3cfe2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking libc v0.2.30 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Checking bitflags v0.5.0 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Checking unicode-xid v0.0.3 [INFO] [stderr] Compiling crc-core v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking serde v0.9.15 [INFO] [stderr] Checking num-traits v0.1.40 [INFO] [stderr] Compiling intecture-api v0.3.1 [INFO] [stderr] Checking pnet_macros_support v0.2.0 [INFO] [stderr] Checking itoa v0.3.3 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Checking syntex_pos v0.42.0 [INFO] [stderr] Checking mustache v0.8.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling crc v1.5.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling zmq-sys v0.8.2 [INFO] [stderr] Checking czmq-sys v0.1.0 [INFO] [stderr] Checking rand v0.3.16 [INFO] [stderr] Checking hostname v0.1.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling zmq v0.8.2 [INFO] [stderr] Checking tempfile v2.1.6 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking czmq v0.1.0 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Checking zdaemon v0.0.2 [INFO] [stderr] Checking zfilexfer v0.0.2 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Checking syntex v0.42.2 [INFO] [stderr] Checking pnet_macros v0.15.0 [INFO] [stderr] Compiling pnet v0.16.0 [INFO] [stderr] Checking intecture-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | let mut host = try!(Host::connect(&format!("hosts/{}.json", name))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | for name in try!(needarray!(data => "/_payloads")) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | let payload = try!(Payload::new(try!(needstr!(name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | let payload = try!(Payload::new(try!(needstr!(name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(payload.run(&mut host, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | let mut host = try!(Host::connect(&format!("hosts/{}.json", name))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:29:17 [INFO] [stderr] | [INFO] [stderr] 29 | for name in try!(needarray!(data => "/_payloads")) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | let payload = try!(Payload::new(try!(needstr!(name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | let payload = try!(Payload::new(try!(needstr!(name)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | try!(payload.run(&mut host, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `"docker" "inspect" "147e5ce3e3ac7732a6288cb598d05482d7789da7ce79e87e86ab6ce46ad3cfe2"` [INFO] running `"docker" "rm" "-f" "147e5ce3e3ac7732a6288cb598d05482d7789da7ce79e87e86ab6ce46ad3cfe2"` [INFO] [stdout] 147e5ce3e3ac7732a6288cb598d05482d7789da7ce79e87e86ab6ce46ad3cfe2