Sep 10 05:16:12.344 INFO checking RealOrangeOne/circleci-artifact-proxy against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 05:16:12.344 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 05:16:12.345 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:16:12.512 INFO blam! 50fa1ad9b0b7a124ef92fbc6a58d6054711ddac0c703b441c47af3fec66c3090 Sep 10 05:16:12.513 INFO running `"docker" "start" "-a" "50fa1ad9b0b7a124ef92fbc6a58d6054711ddac0c703b441c47af3fec66c3090"` Sep 10 05:16:13.110 INFO kablam! usermod: no changes Sep 10 05:16:13.515 INFO kablam! Compiling byteorder v1.2.2 Sep 10 05:16:13.526 INFO kablam! Compiling state v0.4.0 Sep 10 05:16:13.530 INFO kablam! Compiling pear v0.0.15 Sep 10 05:16:13.530 INFO kablam! Compiling smallvec v0.4.4 Sep 10 05:16:13.531 INFO kablam! Checking isatty v0.1.6 Sep 10 05:16:14.858 INFO kablam! Checking memchr v1.0.2 Sep 10 05:16:16.107 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 10 05:16:16.169 INFO kablam! Compiling num_cpus v1.8.0 Sep 10 05:16:16.495 INFO kablam! Compiling time v0.1.39 Sep 10 05:16:20.426 INFO kablam! Compiling pear_codegen v0.0.15 Sep 10 05:16:20.426 INFO kablam! Compiling rocket v0.3.8 Sep 10 05:16:20.426 INFO kablam! Compiling rocket_codegen v0.3.8 Sep 10 05:16:20.432 INFO kablam! Compiling toml v0.4.6 Sep 10 05:16:20.530 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 10 05:16:22.791 INFO kablam! Compiling idna v0.1.4 Sep 10 05:16:25.594 INFO kablam! Compiling mime v0.2.6 Sep 10 05:16:25.694 INFO kablam! Compiling base64 v0.6.0 Sep 10 05:16:27.768 INFO kablam! Compiling serde_derive_internals v0.23.0 Sep 10 05:16:28.188 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 10 05:16:31.708 INFO kablam! Compiling rayon-core v1.4.0 Sep 10 05:16:31.710 INFO kablam! Checking tokio-core v0.1.17 Sep 10 05:16:34.485 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 05:16:34.485 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:19:13 Sep 10 05:16:34.485 INFO kablam! | Sep 10 05:16:34.485 INFO kablam! 19 | use syntax::codemap::{Span, DUMMY_SP}; Sep 10 05:16:34.485 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 10 05:16:34.497 INFO kablam! Sep 10 05:16:34.738 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 10 05:16:34.738 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:66:16 Sep 10 05:16:34.738 INFO kablam! | Sep 10 05:16:34.738 INFO kablam! 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Sep 10 05:16:34.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 10 05:16:34.758 INFO kablam! Sep 10 05:16:35.367 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 10 05:16:35.367 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:70:24 Sep 10 05:16:35.367 INFO kablam! | Sep 10 05:16:35.367 INFO kablam! 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Sep 10 05:16:35.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Sep 10 05:16:35.370 INFO kablam! Sep 10 05:16:35.851 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 10 05:16:35.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:317:9 Sep 10 05:16:35.851 INFO kablam! | Sep 10 05:16:35.851 INFO kablam! 317 | ExprKind::Block(block) => { Sep 10 05:16:35.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 10 05:16:35.858 INFO kablam! Sep 10 05:16:36.011 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 10 05:16:36.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:339:9 Sep 10 05:16:36.011 INFO kablam! | Sep 10 05:16:36.011 INFO kablam! 339 | ExprKind::TupField(indexed_expr, i) => { Sep 10 05:16:36.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 10 05:16:36.021 INFO kablam! Sep 10 05:16:36.024 INFO kablam! error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Sep 10 05:16:36.024 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:303:49 Sep 10 05:16:36.024 INFO kablam! | Sep 10 05:16:36.024 INFO kablam! 303 | if new_params.is_empty() || &new_params[0] != input { Sep 10 05:16:36.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 05:16:36.042 INFO kablam! | Sep 10 05:16:36.042 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Sep 10 05:16:36.042 INFO kablam! Sep 10 05:16:36.109 INFO kablam! error[E0599]: no variant named `TupField` found for type `syntax::ast::ExprKind` in the current scope Sep 10 05:16:36.109 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.15/src/lib.rs:340:51 Sep 10 05:16:36.109 INFO kablam! | Sep 10 05:16:36.109 INFO kablam! 340 | let remake = |new_expr: Vec>| ExprKind::TupField(new_expr[0].clone(), i); Sep 10 05:16:36.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^ variant not found in `syntax::ast::ExprKind` Sep 10 05:16:36.130 INFO kablam! Sep 10 05:16:36.398 INFO kablam! error: aborting due to 7 previous errors Sep 10 05:16:36.414 INFO kablam! Sep 10 05:16:36.415 INFO kablam! Some errors occurred: E0023, E0061, E0369, E0432, E0599. Sep 10 05:16:36.415 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 10 05:16:36.502 INFO kablam! error: Could not compile `pear_codegen`. Sep 10 05:16:36.503 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:16:53.114 INFO kablam! error: build failed Sep 10 05:16:53.114 INFO kablam! su: No module specific data is present Sep 10 05:16:53.738 INFO running `"docker" "rm" "-f" "50fa1ad9b0b7a124ef92fbc6a58d6054711ddac0c703b441c47af3fec66c3090"` Sep 10 05:16:53.865 INFO blam! 50fa1ad9b0b7a124ef92fbc6a58d6054711ddac0c703b441c47af3fec66c3090