Sep 19 16:50:35.427 INFO checking RealOrangeOne/circleci-artifact-proxy against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:50:35.427 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:50:35.427 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:50:35.640 INFO blam! 63d02a1da20b719561f81a33adb0ceeb2e8ba13cabba6fe888ad8e3ead3832af Sep 19 16:50:35.640 INFO running `"docker" "start" "-a" "63d02a1da20b719561f81a33adb0ceeb2e8ba13cabba6fe888ad8e3ead3832af"` Sep 19 16:50:37.189 INFO kablam! usermod: no changes Sep 19 16:50:37.807 INFO kablam! Compiling byteorder v1.2.2 Sep 19 16:50:37.807 INFO kablam! Compiling serde v1.0.37 Sep 19 16:50:37.812 INFO kablam! Compiling smallvec v0.4.4 Sep 19 16:50:37.812 INFO kablam! Checking num-traits v0.2.2 Sep 19 16:50:37.812 INFO kablam! Compiling pear v0.0.15 Sep 19 16:50:37.812 INFO kablam! Compiling state v0.4.0 Sep 19 16:50:41.021 INFO kablam! Checking isatty v0.1.6 Sep 19 16:50:42.185 INFO kablam! Compiling openssl-sys v0.9.28 Sep 19 16:50:42.243 INFO kablam! Compiling pear_codegen v0.0.15 Sep 19 16:50:43.245 INFO kablam! Compiling rocket v0.3.8 Sep 19 16:50:43.351 INFO kablam! Compiling rocket_codegen v0.3.8 Sep 19 16:50:44.557 INFO kablam! Checking toml v0.4.6 Sep 19 16:50:44.559 INFO kablam! Compiling log v0.3.9 Sep 19 16:50:47.244 INFO kablam! Checking mio v0.6.14 Sep 19 16:50:47.836 INFO kablam! Compiling idna v0.1.4 Sep 19 16:50:48.019 INFO kablam! Compiling base64 v0.6.0 Sep 19 16:50:50.115 INFO kablam! Checking tokio-io v0.1.6 Sep 19 16:50:50.160 INFO kablam! Checking uuid v0.5.1 Sep 19 16:50:53.392 INFO kablam! Checking serde_json v1.0.13 Sep 19 16:50:54.123 INFO kablam! Compiling mime v0.2.6 Sep 19 16:50:57.303 INFO kablam! Checking tokio-threadpool v0.1.2 Sep 19 16:50:59.511 INFO kablam! Checking libflate v0.1.14 Sep 19 16:50:59.576 INFO kablam! Checking serde_urlencoded v0.5.1 Sep 19 16:50:59.613 INFO kablam! Checking hyper v0.10.13 Sep 19 16:51:02.195 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 16:51:02.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:19:13 Sep 19 16:51:02.195 INFO kablam! | Sep 19 16:51:02.195 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 19 16:51:02.195 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 16:51:02.214 INFO kablam! Sep 19 16:51:02.563 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 16:51:02.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:66:16 Sep 19 16:51:02.563 INFO kablam! | Sep 19 16:51:02.563 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 19 16:51:02.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 16:51:02.582 INFO kablam! Sep 19 16:51:03.542 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 16:51:03.542 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:70:24 Sep 19 16:51:03.542 INFO kablam! | Sep 19 16:51:03.542 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 19 16:51:03.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 19 16:51:03.542 INFO kablam! Sep 19 16:51:04.402 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 16:51:04.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:317:9 Sep 19 16:51:04.402 INFO kablam! | Sep 19 16:51:04.402 INFO kablam! 317 | ExprKind::Block(block) => { Sep 19 16:51:04.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 16:51:04.402 INFO kablam! Sep 19 16:51:04.612 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 16:51:04.612 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9 Sep 19 16:51:04.612 INFO kablam! | Sep 19 16:51:04.612 INFO kablam! 339 | ExprKind::TupField(indexed_expr, i) => { Sep 19 16:51:04.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 16:51:04.634 INFO kablam! Sep 19 16:51:04.646 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 19 16:51:04.646 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:303:49 Sep 19 16:51:04.646 INFO kablam! | Sep 19 16:51:04.646 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 19 16:51:04.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 16:51:04.646 INFO kablam! | Sep 19 16:51:04.647 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 19 16:51:04.647 INFO kablam! Sep 19 16:51:04.733 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 19 16:51:04.733 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51 Sep 19 16:51:04.733 INFO kablam! | Sep 19 16:51:04.733 INFO kablam! 340 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 19 16:51:04.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 19 16:51:04.758 INFO kablam! Sep 19 16:51:05.158 INFO kablam! error: aborting due to 7 previous errors Sep 19 16:51:05.170 INFO kablam! Sep 19 16:51:05.178 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432, E0599. Sep 19 16:51:05.179 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 16:51:05.315 INFO kablam! error: Could not compile `pear_codegen`. Sep 19 16:51:05.316 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:51:16.932 INFO kablam! error: build failed Sep 19 16:51:16.934 INFO kablam! su: No module specific data is present Sep 19 16:51:17.918 INFO running `"docker" "rm" "-f" "63d02a1da20b719561f81a33adb0ceeb2e8ba13cabba6fe888ad8e3ead3832af"` Sep 19 16:51:18.056 INFO blam! 63d02a1da20b719561f81a33adb0ceeb2e8ba13cabba6fe888ad8e3ead3832af