Sep 02 06:49:51.230 INFO checking nanomsg-0.5.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 06:49:51.230 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 06:49:51.230 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:49:51.385 INFO blam! 307a7f25126d2062eb9c97f094070e162e1dc3e757394ca16000f81fa0fb231b Sep 02 06:49:51.387 INFO running `"docker" "start" "-a" "307a7f25126d2062eb9c97f094070e162e1dc3e757394ca16000f81fa0fb231b"` Sep 02 06:49:52.005 INFO kablam! Compiling nanomsg-sys v0.5.0 Sep 02 06:49:53.145 INFO kablam! Checking nanomsg v0.5.0 (file:///source) Sep 02 06:49:53.696 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Sep 02 06:49:53.696 INFO kablam! --> src/result.rs:19:47 Sep 02 06:49:53.696 INFO kablam! | Sep 02 06:49:53.696 INFO kablam! 19 | OperationNotSupported = nanomsg_sys::ENOTSUP as isize, Sep 02 06:49:53.696 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Sep 02 06:49:53.696 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 06:49:53.696 INFO kablam! | Sep 02 06:49:53.696 INFO kablam! 3 | use libc::ENOTSUP; Sep 02 06:49:53.696 INFO kablam! | Sep 02 06:49:53.696 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Sep 02 06:49:53.696 INFO kablam! | Sep 02 06:49:53.697 INFO kablam! Sep 02 06:49:53.697 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ENOTSUP` in module `nanomsg_sys` Sep 02 06:49:53.697 INFO kablam! --> src/result.rs:61:26 Sep 02 06:49:53.697 INFO kablam! | Sep 02 06:49:53.697 INFO kablam! 61 | nanomsg_sys::ENOTSUP => Error::OperationNotSupported , Sep 02 06:49:53.697 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Sep 02 06:49:53.697 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 06:49:53.697 INFO kablam! | Sep 02 06:49:53.697 INFO kablam! 3 | use libc::ENOTSUP; Sep 02 06:49:53.697 INFO kablam! | Sep 02 06:49:53.697 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Sep 02 06:49:53.697 INFO kablam! | Sep 02 06:49:53.697 INFO kablam! Sep 02 06:49:53.918 INFO kablam! error: aborting due to 2 previous errors Sep 02 06:49:53.918 INFO kablam! Sep 02 06:49:53.918 INFO kablam! Some errors occurred: E0425, E0531. Sep 02 06:49:53.918 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 06:49:53.927 INFO kablam! error: Could not compile `nanomsg`. Sep 02 06:49:53.928 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 06:49:53.939 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Sep 02 06:49:53.939 INFO kablam! --> src/result.rs:19:47 Sep 02 06:49:53.939 INFO kablam! | Sep 02 06:49:53.939 INFO kablam! 19 | OperationNotSupported = nanomsg_sys::ENOTSUP as isize, Sep 02 06:49:53.939 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Sep 02 06:49:53.939 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 06:49:53.939 INFO kablam! | Sep 02 06:49:53.939 INFO kablam! 3 | use libc::ENOTSUP; Sep 02 06:49:53.939 INFO kablam! | Sep 02 06:49:53.939 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Sep 02 06:49:53.939 INFO kablam! | Sep 02 06:49:53.939 INFO kablam! Sep 02 06:49:53.940 INFO kablam! error[E0531]: cannot find unit struct/variant or constant `ENOTSUP` in module `nanomsg_sys` Sep 02 06:49:53.940 INFO kablam! --> src/result.rs:61:26 Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.940 INFO kablam! 61 | nanomsg_sys::ENOTSUP => Error::OperationNotSupported , Sep 02 06:49:53.940 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Sep 02 06:49:53.940 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.940 INFO kablam! 3 | use libc::ENOTSUP; Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.940 INFO kablam! 3 | use nanomsg_sys::posix_consts::ENOTSUP; Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.940 INFO kablam! Sep 02 06:49:53.940 INFO kablam! error[E0425]: cannot find value `ENOTSUP` in module `nanomsg_sys` Sep 02 06:49:53.940 INFO kablam! --> src/result.rs:193:57 Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.940 INFO kablam! 193 | assert_convert_error_code_to_error(nanomsg_sys::ENOTSUP, Error::OperationNotSupported); Sep 02 06:49:53.940 INFO kablam! | ^^^^^^^ not found in `nanomsg_sys` Sep 02 06:49:53.940 INFO kablam! help: possible candidates are found in other modules, you can import them into scope Sep 02 06:49:53.940 INFO kablam! | Sep 02 06:49:53.941 INFO kablam! 180 | use libc::ENOTSUP; Sep 02 06:49:53.941 INFO kablam! | Sep 02 06:49:53.941 INFO kablam! 180 | use nanomsg_sys::posix_consts::ENOTSUP; Sep 02 06:49:53.941 INFO kablam! | Sep 02 06:49:53.941 INFO kablam! Sep 02 06:49:54.633 INFO kablam! error: aborting due to 3 previous errors Sep 02 06:49:54.633 INFO kablam! Sep 02 06:49:54.633 INFO kablam! Some errors occurred: E0425, E0531. Sep 02 06:49:54.633 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 02 06:49:54.641 INFO kablam! error: Could not compile `nanomsg`. Sep 02 06:49:54.641 INFO kablam! Sep 02 06:49:54.641 INFO kablam! To learn more, run the command again with --verbose. Sep 02 06:49:54.643 INFO kablam! su: No module specific data is present Sep 02 06:49:55.155 INFO running `"docker" "rm" "-f" "307a7f25126d2062eb9c97f094070e162e1dc3e757394ca16000f81fa0fb231b"` Sep 02 06:49:55.259 INFO blam! 307a7f25126d2062eb9c97f094070e162e1dc3e757394ca16000f81fa0fb231b