Sep 20 06:55:52.497 INFO checking abscissa-0.0.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:55:52.497 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:55:52.497 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:55:52.622 INFO blam! d12acf9f06040209cb16247176130799199f168b43e7faae34aa8b1ae4f45013 Sep 20 06:55:52.624 INFO running `"docker" "start" "-a" "d12acf9f06040209cb16247176130799199f168b43e7faae34aa8b1ae4f45013"` Sep 20 06:55:54.087 INFO kablam! usermod: no changes Sep 20 06:55:54.209 INFO kablam! Checking canonical-path v0.1.1 Sep 20 06:55:54.223 INFO kablam! Compiling abscissa_derive v0.0.2 Sep 20 06:55:54.223 INFO kablam! Checking failure v0.1.2 Sep 20 06:56:01.001 INFO kablam! Checking abscissa v0.0.1 (/source) Sep 20 06:56:01.974 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 20 06:56:01.974 INFO kablam! --> src/error/framework.rs:9:10 Sep 20 06:56:01.974 INFO kablam! | Sep 20 06:56:01.974 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 20 06:56:01.974 INFO kablam! | ^^^^ Sep 20 06:56:01.974 INFO kablam! Sep 20 06:56:01.976 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 20 06:56:01.976 INFO kablam! --> src/options/error.rs:116:28 Sep 20 06:56:01.976 INFO kablam! | Sep 20 06:56:01.976 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 20 06:56:01.976 INFO kablam! | ^^^^ Sep 20 06:56:01.976 INFO kablam! Sep 20 06:56:01.989 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.989 INFO kablam! --> src/error/framework.rs:13:5 Sep 20 06:56:01.989 INFO kablam! | Sep 20 06:56:01.989 INFO kablam! 13 | #[fail(display = "component error")] Sep 20 06:56:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.989 INFO kablam! | Sep 20 06:56:01.989 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.989 INFO kablam! Sep 20 06:56:01.989 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.989 INFO kablam! --> src/error/framework.rs:17:5 Sep 20 06:56:01.989 INFO kablam! | Sep 20 06:56:01.989 INFO kablam! 17 | #[fail(display = "config error")] Sep 20 06:56:01.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.990 INFO kablam! | Sep 20 06:56:01.990 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.990 INFO kablam! Sep 20 06:56:01.990 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.990 INFO kablam! --> src/error/framework.rs:21:5 Sep 20 06:56:01.991 INFO kablam! | Sep 20 06:56:01.991 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 20 06:56:01.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.991 INFO kablam! | Sep 20 06:56:01.991 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.991 INFO kablam! Sep 20 06:56:01.992 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.992 INFO kablam! --> src/error/framework.rs:25:5 Sep 20 06:56:01.992 INFO kablam! | Sep 20 06:56:01.992 INFO kablam! 25 | #[fail(display = "parse error")] Sep 20 06:56:01.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.992 INFO kablam! | Sep 20 06:56:01.993 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.993 INFO kablam! Sep 20 06:56:01.993 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.994 INFO kablam! --> src/options/error.rs:118:5 Sep 20 06:56:01.994 INFO kablam! | Sep 20 06:56:01.994 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 20 06:56:01.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.994 INFO kablam! | Sep 20 06:56:01.994 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.994 INFO kablam! Sep 20 06:56:01.995 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.995 INFO kablam! --> src/options/error.rs:121:5 Sep 20 06:56:01.995 INFO kablam! | Sep 20 06:56:01.995 INFO kablam! 121 | / #[fail( Sep 20 06:56:01.995 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 20 06:56:01.995 INFO kablam! 123 | | option, Sep 20 06:56:01.995 INFO kablam! 124 | | value, Sep 20 06:56:01.996 INFO kablam! 125 | | err Sep 20 06:56:01.996 INFO kablam! 126 | | )] Sep 20 06:56:01.996 INFO kablam! | |______^ Sep 20 06:56:01.996 INFO kablam! | Sep 20 06:56:01.996 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.996 INFO kablam! Sep 20 06:56:01.996 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.997 INFO kablam! --> src/options/error.rs:133:5 Sep 20 06:56:01.997 INFO kablam! | Sep 20 06:56:01.997 INFO kablam! 133 | / #[fail( Sep 20 06:56:01.997 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 20 06:56:01.997 INFO kablam! 135 | | option, Sep 20 06:56:01.997 INFO kablam! 136 | | expected, Sep 20 06:56:01.997 INFO kablam! 137 | | found Sep 20 06:56:01.998 INFO kablam! 138 | | )] Sep 20 06:56:01.998 INFO kablam! | |______^ Sep 20 06:56:01.998 INFO kablam! | Sep 20 06:56:01.998 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:01.998 INFO kablam! Sep 20 06:56:01.998 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:01.998 INFO kablam! --> src/options/error.rs:145:5 Sep 20 06:56:01.999 INFO kablam! | Sep 20 06:56:01.999 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 20 06:56:01.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:01.999 INFO kablam! | Sep 20 06:56:01.999 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.006 INFO kablam! Sep 20 06:56:02.006 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.006 INFO kablam! --> src/options/error.rs:148:5 Sep 20 06:56:02.006 INFO kablam! | Sep 20 06:56:02.006 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 20 06:56:02.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.007 INFO kablam! | Sep 20 06:56:02.007 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.007 INFO kablam! Sep 20 06:56:02.007 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.007 INFO kablam! --> src/options/error.rs:151:5 Sep 20 06:56:02.007 INFO kablam! | Sep 20 06:56:02.008 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 20 06:56:02.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.008 INFO kablam! | Sep 20 06:56:02.008 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.008 INFO kablam! Sep 20 06:56:02.008 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.009 INFO kablam! --> src/options/error.rs:154:5 Sep 20 06:56:02.009 INFO kablam! | Sep 20 06:56:02.009 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 20 06:56:02.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.009 INFO kablam! | Sep 20 06:56:02.009 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.009 INFO kablam! Sep 20 06:56:02.010 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.010 INFO kablam! --> src/options/error.rs:157:5 Sep 20 06:56:02.010 INFO kablam! | Sep 20 06:56:02.010 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 20 06:56:02.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.010 INFO kablam! | Sep 20 06:56:02.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.011 INFO kablam! Sep 20 06:56:02.011 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.011 INFO kablam! --> src/options/error.rs:160:5 Sep 20 06:56:02.011 INFO kablam! | Sep 20 06:56:02.011 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 20 06:56:02.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.012 INFO kablam! | Sep 20 06:56:02.012 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.012 INFO kablam! Sep 20 06:56:02.012 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.012 INFO kablam! --> src/options/error.rs:163:5 Sep 20 06:56:02.012 INFO kablam! | Sep 20 06:56:02.012 INFO kablam! 163 | / #[fail( Sep 20 06:56:02.013 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 20 06:56:02.013 INFO kablam! 165 | | opt, Sep 20 06:56:02.013 INFO kablam! 166 | | n Sep 20 06:56:02.013 INFO kablam! 167 | | )] Sep 20 06:56:02.013 INFO kablam! | |______^ Sep 20 06:56:02.013 INFO kablam! | Sep 20 06:56:02.013 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.013 INFO kablam! Sep 20 06:56:02.014 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.014 INFO kablam! --> src/options/error.rs:170:5 Sep 20 06:56:02.014 INFO kablam! | Sep 20 06:56:02.014 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 20 06:56:02.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.014 INFO kablam! | Sep 20 06:56:02.015 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.015 INFO kablam! Sep 20 06:56:02.015 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.015 INFO kablam! --> src/options/error.rs:173:5 Sep 20 06:56:02.015 INFO kablam! | Sep 20 06:56:02.015 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 20 06:56:02.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.016 INFO kablam! | Sep 20 06:56:02.016 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.016 INFO kablam! Sep 20 06:56:02.016 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.016 INFO kablam! --> src/options/error.rs:176:5 Sep 20 06:56:02.016 INFO kablam! | Sep 20 06:56:02.016 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 20 06:56:02.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.017 INFO kablam! | Sep 20 06:56:02.017 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.017 INFO kablam! Sep 20 06:56:02.017 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.017 INFO kablam! --> src/options/error.rs:179:5 Sep 20 06:56:02.018 INFO kablam! | Sep 20 06:56:02.018 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 20 06:56:02.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.018 INFO kablam! | Sep 20 06:56:02.018 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.018 INFO kablam! Sep 20 06:56:02.024 INFO kablam! error: aborting due to 20 previous errors Sep 20 06:56:02.024 INFO kablam! Sep 20 06:56:02.024 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 06:56:02.034 INFO kablam! error: Could not compile `abscissa`. Sep 20 06:56:02.034 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 06:56:02.073 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 20 06:56:02.073 INFO kablam! --> src/error/framework.rs:9:10 Sep 20 06:56:02.073 INFO kablam! | Sep 20 06:56:02.073 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 20 06:56:02.073 INFO kablam! | ^^^^ Sep 20 06:56:02.073 INFO kablam! Sep 20 06:56:02.074 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 20 06:56:02.074 INFO kablam! --> src/options/error.rs:116:28 Sep 20 06:56:02.074 INFO kablam! | Sep 20 06:56:02.074 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 20 06:56:02.074 INFO kablam! | ^^^^ Sep 20 06:56:02.074 INFO kablam! Sep 20 06:56:02.084 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.084 INFO kablam! --> src/error/framework.rs:13:5 Sep 20 06:56:02.085 INFO kablam! | Sep 20 06:56:02.085 INFO kablam! 13 | #[fail(display = "component error")] Sep 20 06:56:02.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.085 INFO kablam! | Sep 20 06:56:02.085 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.085 INFO kablam! Sep 20 06:56:02.085 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.086 INFO kablam! --> src/error/framework.rs:17:5 Sep 20 06:56:02.086 INFO kablam! | Sep 20 06:56:02.086 INFO kablam! 17 | #[fail(display = "config error")] Sep 20 06:56:02.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.086 INFO kablam! | Sep 20 06:56:02.086 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.086 INFO kablam! Sep 20 06:56:02.086 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.087 INFO kablam! --> src/error/framework.rs:21:5 Sep 20 06:56:02.087 INFO kablam! | Sep 20 06:56:02.087 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 20 06:56:02.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.087 INFO kablam! | Sep 20 06:56:02.087 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.088 INFO kablam! Sep 20 06:56:02.088 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.088 INFO kablam! --> src/error/framework.rs:25:5 Sep 20 06:56:02.088 INFO kablam! | Sep 20 06:56:02.088 INFO kablam! 25 | #[fail(display = "parse error")] Sep 20 06:56:02.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.089 INFO kablam! | Sep 20 06:56:02.089 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.089 INFO kablam! Sep 20 06:56:02.089 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.089 INFO kablam! --> src/options/error.rs:118:5 Sep 20 06:56:02.089 INFO kablam! | Sep 20 06:56:02.090 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 20 06:56:02.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.090 INFO kablam! | Sep 20 06:56:02.090 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.090 INFO kablam! Sep 20 06:56:02.090 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.091 INFO kablam! --> src/options/error.rs:121:5 Sep 20 06:56:02.091 INFO kablam! | Sep 20 06:56:02.091 INFO kablam! 121 | / #[fail( Sep 20 06:56:02.091 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 20 06:56:02.092 INFO kablam! 123 | | option, Sep 20 06:56:02.092 INFO kablam! 124 | | value, Sep 20 06:56:02.092 INFO kablam! 125 | | err Sep 20 06:56:02.093 INFO kablam! 126 | | )] Sep 20 06:56:02.093 INFO kablam! | |______^ Sep 20 06:56:02.093 INFO kablam! | Sep 20 06:56:02.093 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.093 INFO kablam! Sep 20 06:56:02.094 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.094 INFO kablam! --> src/options/error.rs:133:5 Sep 20 06:56:02.094 INFO kablam! | Sep 20 06:56:02.094 INFO kablam! 133 | / #[fail( Sep 20 06:56:02.094 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 20 06:56:02.095 INFO kablam! 135 | | option, Sep 20 06:56:02.095 INFO kablam! 136 | | expected, Sep 20 06:56:02.095 INFO kablam! 137 | | found Sep 20 06:56:02.095 INFO kablam! 138 | | )] Sep 20 06:56:02.096 INFO kablam! | |______^ Sep 20 06:56:02.096 INFO kablam! | Sep 20 06:56:02.096 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.096 INFO kablam! Sep 20 06:56:02.097 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.097 INFO kablam! --> src/options/error.rs:145:5 Sep 20 06:56:02.097 INFO kablam! | Sep 20 06:56:02.097 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 20 06:56:02.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.098 INFO kablam! | Sep 20 06:56:02.098 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.098 INFO kablam! Sep 20 06:56:02.098 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.099 INFO kablam! --> src/options/error.rs:148:5 Sep 20 06:56:02.099 INFO kablam! | Sep 20 06:56:02.099 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 20 06:56:02.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.100 INFO kablam! | Sep 20 06:56:02.100 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.100 INFO kablam! Sep 20 06:56:02.100 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.101 INFO kablam! --> src/options/error.rs:151:5 Sep 20 06:56:02.101 INFO kablam! | Sep 20 06:56:02.101 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 20 06:56:02.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.102 INFO kablam! | Sep 20 06:56:02.102 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.102 INFO kablam! Sep 20 06:56:02.102 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.102 INFO kablam! --> src/options/error.rs:154:5 Sep 20 06:56:02.103 INFO kablam! | Sep 20 06:56:02.103 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 20 06:56:02.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.104 INFO kablam! | Sep 20 06:56:02.104 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.104 INFO kablam! Sep 20 06:56:02.104 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.104 INFO kablam! --> src/options/error.rs:157:5 Sep 20 06:56:02.105 INFO kablam! | Sep 20 06:56:02.105 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 20 06:56:02.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.105 INFO kablam! | Sep 20 06:56:02.106 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.106 INFO kablam! Sep 20 06:56:02.106 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.106 INFO kablam! --> src/options/error.rs:160:5 Sep 20 06:56:02.107 INFO kablam! | Sep 20 06:56:02.107 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 20 06:56:02.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.107 INFO kablam! | Sep 20 06:56:02.108 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.108 INFO kablam! Sep 20 06:56:02.108 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.108 INFO kablam! --> src/options/error.rs:163:5 Sep 20 06:56:02.109 INFO kablam! | Sep 20 06:56:02.109 INFO kablam! 163 | / #[fail( Sep 20 06:56:02.109 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 20 06:56:02.110 INFO kablam! 165 | | opt, Sep 20 06:56:02.110 INFO kablam! 166 | | n Sep 20 06:56:02.110 INFO kablam! 167 | | )] Sep 20 06:56:02.110 INFO kablam! | |______^ Sep 20 06:56:02.111 INFO kablam! | Sep 20 06:56:02.111 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.111 INFO kablam! Sep 20 06:56:02.111 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.112 INFO kablam! --> src/options/error.rs:170:5 Sep 20 06:56:02.112 INFO kablam! | Sep 20 06:56:02.112 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 20 06:56:02.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.113 INFO kablam! | Sep 20 06:56:02.113 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.113 INFO kablam! Sep 20 06:56:02.114 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.114 INFO kablam! --> src/options/error.rs:173:5 Sep 20 06:56:02.114 INFO kablam! | Sep 20 06:56:02.114 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 20 06:56:02.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.115 INFO kablam! | Sep 20 06:56:02.115 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.115 INFO kablam! Sep 20 06:56:02.116 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.116 INFO kablam! --> src/options/error.rs:176:5 Sep 20 06:56:02.116 INFO kablam! | Sep 20 06:56:02.116 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 20 06:56:02.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.117 INFO kablam! | Sep 20 06:56:02.117 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.118 INFO kablam! Sep 20 06:56:02.118 INFO kablam! error[E0658]: The attribute `fail` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 20 06:56:02.118 INFO kablam! --> src/options/error.rs:179:5 Sep 20 06:56:02.118 INFO kablam! | Sep 20 06:56:02.119 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 20 06:56:02.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:56:02.119 INFO kablam! | Sep 20 06:56:02.120 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 20 06:56:02.120 INFO kablam! Sep 20 06:56:02.120 INFO kablam! error: aborting due to 20 previous errors Sep 20 06:56:02.120 INFO kablam! Sep 20 06:56:02.121 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 20 06:56:02.125 INFO kablam! error: Could not compile `abscissa`. Sep 20 06:56:02.125 INFO kablam! Sep 20 06:56:02.125 INFO kablam! To learn more, run the command again with --verbose. Sep 20 06:56:02.127 INFO kablam! su: No module specific data is present Sep 20 06:56:03.157 INFO running `"docker" "rm" "-f" "d12acf9f06040209cb16247176130799199f168b43e7faae34aa8b1ae4f45013"` Sep 20 06:56:03.281 INFO blam! d12acf9f06040209cb16247176130799199f168b43e7faae34aa8b1ae4f45013