[INFO] cloning repository https://github.com/stevecooperorg/pure-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevecooperorg/pure-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevecooperorg%2Fpure-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevecooperorg%2Fpure-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f061599163d3dd5886cc17ff094bbf773b2c7447 [INFO] checking stevecooperorg/pure-rust against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevecooperorg%2Fpure-rust" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stevecooperorg/pure-rust on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/stevecooperorg/pure-rust [INFO] finished tweaking git repo https://github.com/stevecooperorg/pure-rust [INFO] tweaked toml for git repo https://github.com/stevecooperorg/pure-rust written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/stevecooperorg/pure-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3e674cbfd341dc17d0042d497304c4d28f1f6b6533ec1a4abbd242f82af37434 [INFO] running `"docker" "start" "-a" "3e674cbfd341dc17d0042d497304c4d28f1f6b6533ec1a4abbd242f82af37434"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking pom v3.0.3 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking weedle v0.9.0 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking pure-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> src/idl_parser.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/idl_parser.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/idl_parser.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | let interface_start = (seq(b"interface") * space() * name() - space() - sym(b'{')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> src/idl_parser.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/idl_parser.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/idl_parser.rs:59:27 [INFO] [stderr] | [INFO] [stderr] 59 | let interface_start = (seq(b"interface") * space() * name() - space() - sym(b'{')); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::error::Error` [INFO] [stderr] --> src/idl_parser.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | use std::error::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt::Display` [INFO] [stderr] --> src/idl_parser.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | use std::fmt::Display; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/idl_parser.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Attribute` [INFO] [stderr] --> src/idl_parser.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | Attribute(AttributeDef), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `space` [INFO] [stderr] --> src/idl_parser.rs:27:4 [INFO] [stderr] | [INFO] [stderr] 27 | fn space<'a>() -> Parser<'a, u8, ()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `name` [INFO] [stderr] --> src/idl_parser.rs:31:4 [INFO] [stderr] | [INFO] [stderr] 31 | fn name<'a>() -> Parser<'a, u8, String> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `member` [INFO] [stderr] --> src/idl_parser.rs:36:4 [INFO] [stderr] | [INFO] [stderr] 36 | fn member<'a>() -> Parser<'a, u8, Member> { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `member_list` [INFO] [stderr] --> src/idl_parser.rs:54:4 [INFO] [stderr] | [INFO] [stderr] 54 | fn member_list<'a>() -> Parser<'a, u8, Vec> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `interface` [INFO] [stderr] --> src/idl_parser.rs:58:4 [INFO] [stderr] | [INFO] [stderr] 58 | fn interface<'a>() -> Parser<'a, u8, Interface> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `idl` [INFO] [stderr] --> src/idl_parser.rs:67:4 [INFO] [stderr] | [INFO] [stderr] 67 | fn idl<'a>() -> Parser<'a, u8, Vec> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | if let Err(e) = res { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 101 | assert_consumes_all![space(), b""]; [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | if let Err(e) = res { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 102 | assert_consumes_all![space(), b" "]; [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | if let Err(e) = res { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 103 | assert_consumes_all![space(), b" \t \n \r "]; [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Err(e) => panic!("parser failed to match and consume everthing"), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 105 | / assert_consumes_all!( [INFO] [stderr] 106 | | member(), [INFO] [stderr] 107 | | b"attribute DOMString value;", [INFO] [stderr] 108 | | Member::Attribute(AttributeDef { [INFO] [stderr] ... | [INFO] [stderr] 112 | | }) [INFO] [stderr] 113 | | ); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Err(e) => panic!("parser failed to match and consume everthing"), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 115 | / assert_consumes_all!( [INFO] [stderr] 116 | | member(), [INFO] [stderr] 117 | | b"readonly attribute DOMString value;", [INFO] [stderr] 118 | | Member::Attribute(AttributeDef { [INFO] [stderr] ... | [INFO] [stderr] 122 | | }) [INFO] [stderr] 123 | | ); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Err(e) => panic!("parser failed to match and consume everthing"), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 125 | / assert_consumes_all![ [INFO] [stderr] 126 | | interface(), [INFO] [stderr] 127 | | b"interface foo {};", [INFO] [stderr] 128 | | Interface { [INFO] [stderr] ... | [INFO] [stderr] 131 | | } [INFO] [stderr] 132 | | ]; [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:82:24 [INFO] [stderr] | [INFO] [stderr] 82 | if let Err(e) = res { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 133 | / assert_consumes_all!( [INFO] [stderr] 134 | | interface(), [INFO] [stderr] 135 | | b"interface foo { attribute DOMString value; };" [INFO] [stderr] 136 | | ); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Err(e) => panic!("parser failed to match and consume everthing"), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 138 | / assert_consumes_all!( [INFO] [stderr] 139 | | member_list(), [INFO] [stderr] 140 | | b" [INFO] [stderr] 141 | | readonly attribute DOMString value; [INFO] [stderr] ... | [INFO] [stderr] 154 | | ] [INFO] [stderr] 155 | | ); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/idl_parser.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | Err(e) => panic!("parser failed to match and consume everthing"), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 157 | / assert_consumes_all!( [INFO] [stderr] 158 | | interface(), [INFO] [stderr] 159 | | b"interface Window { [INFO] [stderr] 160 | | readonly attribute DOMString label; [INFO] [stderr] ... | [INFO] [stderr] 178 | | } [INFO] [stderr] 179 | | ); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 15 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.26s [INFO] running `"docker" "inspect" "3e674cbfd341dc17d0042d497304c4d28f1f6b6533ec1a4abbd242f82af37434"` [INFO] running `"docker" "rm" "-f" "3e674cbfd341dc17d0042d497304c4d28f1f6b6533ec1a4abbd242f82af37434"` [INFO] [stdout] 3e674cbfd341dc17d0042d497304c4d28f1f6b6533ec1a4abbd242f82af37434