Dec 13 20:37:28.781 INFO testing edvorg/spray against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 20:37:28.782 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 13 20:37:29.392 INFO [stdout] 78e78523399e70c792ee7260bd2ba239d7580449326af598d2f4de878f37984a Dec 13 20:37:29.394 INFO running `"docker" "start" "-a" "78e78523399e70c792ee7260bd2ba239d7580449326af598d2f4de878f37984a"` Dec 13 20:37:30.297 INFO [stderr] usermod: no changes Dec 13 20:37:30.827 INFO [stderr] Compiling pear v0.0.17 Dec 13 20:37:30.827 INFO [stderr] Compiling isatty v0.1.8 Dec 13 20:37:30.827 INFO [stderr] Compiling futures-core v0.2.1 Dec 13 20:37:30.827 INFO [stderr] Compiling pear_codegen v0.0.17 Dec 13 20:37:30.827 INFO [stderr] Compiling rocket v0.3.13 Dec 13 20:37:30.827 INFO [stderr] Compiling rocket_codegen v0.3.13 Dec 13 20:37:30.840 INFO [stderr] Compiling uuid v0.1.18 Dec 13 20:37:30.840 INFO [stderr] Compiling mustache v0.8.2 Dec 13 20:37:32.729 INFO [stderr] Compiling uuid v0.6.5 Dec 13 20:37:33.775 INFO [stderr] Compiling toml v0.4.6 Dec 13 20:37:33.775 INFO [stderr] Compiling regex v1.0.0 Dec 13 20:37:33.795 INFO [stderr] Compiling chrono v0.4.3 Dec 13 20:37:34.075 INFO [stderr] Compiling url v0.2.38 Dec 13 20:37:34.419 INFO [stderr] Compiling rayon v0.7.1 Dec 13 20:37:37.045 INFO [stderr] Compiling sha-1 v0.4.1 Dec 13 20:37:37.051 INFO [stderr] Compiling futures-channel v0.2.1 Dec 13 20:37:39.109 INFO [stderr] Compiling futures-io v0.2.1 Dec 13 20:37:39.131 INFO [stderr] Compiling chrono v0.2.25 Dec 13 20:37:39.143 INFO [stderr] Compiling nickel v0.10.1 Dec 13 20:37:44.775 INFO [stderr] Compiling futures-sink v0.2.1 Dec 13 20:37:47.225 INFO [stderr] Compiling ring v0.11.0 Dec 13 20:37:47.327 INFO [stderr] Compiling futures-util v0.2.1 Dec 13 20:37:47.353 INFO [stderr] Compiling tiny_http v0.5.9 Dec 13 20:37:47.378 INFO [stderr] Compiling reqwest v0.8.6 Dec 13 20:37:48.819 INFO [stderr] error[E0432]: unresolved import `syntax::codemap` Dec 13 20:37:48.819 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:19:13 Dec 13 20:37:48.819 INFO [stderr] | Dec 13 20:37:48.819 INFO [stderr] 19 | use syntax::codemap::{Span, DUMMY_SP}; Dec 13 20:37:48.819 INFO [stderr] | ^^^^^^^ could not find `codemap` in `syntax` Dec 13 20:37:48.819 INFO [stderr] Dec 13 20:37:49.003 INFO [stderr] error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Dec 13 20:37:49.003 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:66:16 Dec 13 20:37:49.003 INFO [stderr] | Dec 13 20:37:49.003 INFO [stderr] 66 | if let ItemKind::Fn(ref decl, safety, cness, abi, ref generics, ref block) = item.node { Dec 13 20:37:49.003 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Dec 13 20:37:49.003 INFO [stderr] Dec 13 20:37:49.171 INFO [stderr] Compiling egg-mode v0.12.0 Dec 13 20:37:49.299 INFO [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied Dec 13 20:37:49.299 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:70:24 Dec 13 20:37:49.299 INFO [stderr] | Dec 13 20:37:49.299 INFO [stderr] 70 | let node = ItemKind::Fn(decl.clone(), safety, cness, abi, generics.clone(), new_block); Dec 13 20:37:49.299 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters Dec 13 20:37:49.299 INFO [stderr] Dec 13 20:37:49.651 INFO [stderr] error[E0369]: binary operation `!=` cannot be applied to type `&syntax::ptr::P` Dec 13 20:37:49.651 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.17/src/lib.rs:303:49 Dec 13 20:37:49.651 INFO [stderr] | Dec 13 20:37:49.651 INFO [stderr] 303 | if new_params.is_empty() || &new_params[0] != input { Dec 13 20:37:49.651 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 13 20:37:49.651 INFO [stderr] | Dec 13 20:37:49.651 INFO [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&syntax::ptr::P` Dec 13 20:37:49.651 INFO [stderr] Dec 13 20:37:49.803 INFO [stderr] error: aborting due to 4 previous errors Dec 13 20:37:49.803 INFO [stderr] Dec 13 20:37:49.803 INFO [stderr] Some errors occurred: E0023, E0061, E0369, E0432. Dec 13 20:37:49.803 INFO [stderr] For more information about an error, try `rustc --explain E0023`. Dec 13 20:37:49.843 INFO [stderr] error: Could not compile `pear_codegen`. Dec 13 20:37:49.843 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 13 20:38:02.996 INFO [stderr] error: build failed Dec 13 20:38:02.999 INFO [stderr] su: No module specific data is present Dec 13 20:38:03.695 INFO running `"docker" "inspect" "78e78523399e70c792ee7260bd2ba239d7580449326af598d2f4de878f37984a"` Dec 13 20:38:03.925 INFO running `"docker" "rm" "-f" "78e78523399e70c792ee7260bd2ba239d7580449326af598d2f4de878f37984a"` Dec 13 20:38:04.150 INFO [stdout] 78e78523399e70c792ee7260bd2ba239d7580449326af598d2f4de878f37984a