Sep 01 11:25:52.787 INFO checking abscissa-0.0.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 11:25:52.787 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 11:25:52.788 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:25:53.049 INFO blam! f1140d1f74d75b7e0d1b6301167725a5ce73125e5b7c24a8390193574a42b7e7 Sep 01 11:25:53.052 INFO running `"docker" "start" "-a" "f1140d1f74d75b7e0d1b6301167725a5ce73125e5b7c24a8390193574a42b7e7"` Sep 01 11:25:54.064 INFO kablam! Checking canonical-path v0.1.1 Sep 01 11:25:54.065 INFO kablam! Compiling abscissa_derive v0.0.2 Sep 01 11:26:02.370 INFO kablam! Checking abscissa v0.0.1 (file:///source) Sep 01 11:26:04.136 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 01 11:26:04.136 INFO kablam! --> src/error/framework.rs:9:10 Sep 01 11:26:04.136 INFO kablam! | Sep 01 11:26:04.136 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 01 11:26:04.136 INFO kablam! | ^^^^ Sep 01 11:26:04.136 INFO kablam! Sep 01 11:26:04.138 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 01 11:26:04.138 INFO kablam! --> src/options/error.rs:116:28 Sep 01 11:26:04.138 INFO kablam! | Sep 01 11:26:04.138 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 01 11:26:04.138 INFO kablam! | ^^^^ Sep 01 11:26:04.138 INFO kablam! Sep 01 11:26:04.151 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 01 11:26:04.151 INFO kablam! --> src/error/framework.rs:13:5 Sep 01 11:26:04.151 INFO kablam! | Sep 01 11:26:04.151 INFO kablam! 13 | #[fail(display = "component error")] Sep 01 11:26:04.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.151 INFO kablam! | Sep 01 11:26:04.151 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.151 INFO kablam! Sep 01 11:26:04.151 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 01 11:26:04.151 INFO kablam! --> src/error/framework.rs:17:5 Sep 01 11:26:04.151 INFO kablam! | Sep 01 11:26:04.151 INFO kablam! 17 | #[fail(display = "config error")] Sep 01 11:26:04.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.151 INFO kablam! | Sep 01 11:26:04.151 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.151 INFO kablam! Sep 01 11:26:04.151 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 01 11:26:04.151 INFO kablam! --> src/error/framework.rs:21:5 Sep 01 11:26:04.151 INFO kablam! | Sep 01 11:26:04.151 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 01 11:26:04.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.152 INFO kablam! Sep 01 11:26:04.152 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 01 11:26:04.152 INFO kablam! --> src/error/framework.rs:25:5 Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! 25 | #[fail(display = "parse error")] Sep 01 11:26:04.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.152 INFO kablam! Sep 01 11:26:04.152 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 01 11:26:04.152 INFO kablam! --> src/options/error.rs:118:5 Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 01 11:26:04.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.152 INFO kablam! Sep 01 11:26:04.152 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 01 11:26:04.152 INFO kablam! --> src/options/error.rs:121:5 Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! 121 | / #[fail( Sep 01 11:26:04.152 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 01 11:26:04.152 INFO kablam! 123 | | option, Sep 01 11:26:04.152 INFO kablam! 124 | | value, Sep 01 11:26:04.152 INFO kablam! 125 | | err Sep 01 11:26:04.152 INFO kablam! 126 | | )] Sep 01 11:26:04.152 INFO kablam! | |______^ Sep 01 11:26:04.152 INFO kablam! | Sep 01 11:26:04.152 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.153 INFO kablam! Sep 01 11:26:04.153 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 01 11:26:04.153 INFO kablam! --> src/options/error.rs:133:5 Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! 133 | / #[fail( Sep 01 11:26:04.153 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 01 11:26:04.153 INFO kablam! 135 | | option, Sep 01 11:26:04.153 INFO kablam! 136 | | expected, Sep 01 11:26:04.153 INFO kablam! 137 | | found Sep 01 11:26:04.153 INFO kablam! 138 | | )] Sep 01 11:26:04.153 INFO kablam! | |______^ Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.153 INFO kablam! Sep 01 11:26:04.153 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 01 11:26:04.153 INFO kablam! --> src/options/error.rs:145:5 Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 01 11:26:04.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.153 INFO kablam! Sep 01 11:26:04.153 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 01 11:26:04.153 INFO kablam! --> src/options/error.rs:148:5 Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 01 11:26:04.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.153 INFO kablam! | Sep 01 11:26:04.153 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.153 INFO kablam! Sep 01 11:26:04.154 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 01 11:26:04.154 INFO kablam! --> src/options/error.rs:151:5 Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 01 11:26:04.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.154 INFO kablam! Sep 01 11:26:04.154 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 01 11:26:04.154 INFO kablam! --> src/options/error.rs:154:5 Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 01 11:26:04.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.154 INFO kablam! Sep 01 11:26:04.154 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 01 11:26:04.154 INFO kablam! --> src/options/error.rs:157:5 Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 01 11:26:04.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.154 INFO kablam! Sep 01 11:26:04.154 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 01 11:26:04.154 INFO kablam! --> src/options/error.rs:160:5 Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.154 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 01 11:26:04.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.154 INFO kablam! | Sep 01 11:26:04.155 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.155 INFO kablam! Sep 01 11:26:04.155 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 01 11:26:04.155 INFO kablam! --> src/options/error.rs:163:5 Sep 01 11:26:04.155 INFO kablam! | Sep 01 11:26:04.155 INFO kablam! 163 | / #[fail( Sep 01 11:26:04.155 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 01 11:26:04.155 INFO kablam! 165 | | opt, Sep 01 11:26:04.155 INFO kablam! 166 | | n Sep 01 11:26:04.155 INFO kablam! 167 | | )] Sep 01 11:26:04.155 INFO kablam! | |______^ Sep 01 11:26:04.155 INFO kablam! | Sep 01 11:26:04.155 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.155 INFO kablam! Sep 01 11:26:04.155 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 01 11:26:04.159 INFO kablam! --> src/options/error.rs:170:5 Sep 01 11:26:04.160 INFO kablam! | Sep 01 11:26:04.160 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 01 11:26:04.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.160 INFO kablam! | Sep 01 11:26:04.160 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.160 INFO kablam! Sep 01 11:26:04.160 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 01 11:26:04.160 INFO kablam! --> src/options/error.rs:173:5 Sep 01 11:26:04.161 INFO kablam! | Sep 01 11:26:04.161 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 01 11:26:04.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.161 INFO kablam! | Sep 01 11:26:04.161 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.161 INFO kablam! Sep 01 11:26:04.161 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 01 11:26:04.161 INFO kablam! --> src/options/error.rs:176:5 Sep 01 11:26:04.161 INFO kablam! | Sep 01 11:26:04.162 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 01 11:26:04.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.162 INFO kablam! | Sep 01 11:26:04.162 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.162 INFO kablam! Sep 01 11:26:04.162 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 01 11:26:04.162 INFO kablam! --> src/options/error.rs:179:5 Sep 01 11:26:04.162 INFO kablam! | Sep 01 11:26:04.163 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 01 11:26:04.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.163 INFO kablam! | Sep 01 11:26:04.163 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.163 INFO kablam! Sep 01 11:26:04.163 INFO kablam! error: aborting due to 20 previous errors Sep 01 11:26:04.164 INFO kablam! Sep 01 11:26:04.164 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 11:26:04.172 INFO kablam! error: Could not compile `abscissa`. Sep 01 11:26:04.172 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:26:04.484 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 01 11:26:04.484 INFO kablam! --> src/error/framework.rs:9:10 Sep 01 11:26:04.484 INFO kablam! | Sep 01 11:26:04.484 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 01 11:26:04.484 INFO kablam! | ^^^^ Sep 01 11:26:04.484 INFO kablam! Sep 01 11:26:04.485 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 01 11:26:04.485 INFO kablam! --> src/options/error.rs:116:28 Sep 01 11:26:04.485 INFO kablam! | Sep 01 11:26:04.485 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 01 11:26:04.486 INFO kablam! | ^^^^ Sep 01 11:26:04.486 INFO kablam! Sep 01 11:26:04.500 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 01 11:26:04.500 INFO kablam! --> src/error/framework.rs:13:5 Sep 01 11:26:04.500 INFO kablam! | Sep 01 11:26:04.500 INFO kablam! 13 | #[fail(display = "component error")] Sep 01 11:26:04.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.500 INFO kablam! | Sep 01 11:26:04.500 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.500 INFO kablam! Sep 01 11:26:04.500 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 01 11:26:04.500 INFO kablam! --> src/error/framework.rs:17:5 Sep 01 11:26:04.500 INFO kablam! | Sep 01 11:26:04.501 INFO kablam! 17 | #[fail(display = "config error")] Sep 01 11:26:04.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.501 INFO kablam! | Sep 01 11:26:04.501 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.501 INFO kablam! Sep 01 11:26:04.501 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 01 11:26:04.501 INFO kablam! --> src/error/framework.rs:21:5 Sep 01 11:26:04.501 INFO kablam! | Sep 01 11:26:04.501 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 01 11:26:04.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.501 INFO kablam! | Sep 01 11:26:04.501 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.501 INFO kablam! Sep 01 11:26:04.502 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 01 11:26:04.502 INFO kablam! --> src/error/framework.rs:25:5 Sep 01 11:26:04.502 INFO kablam! | Sep 01 11:26:04.502 INFO kablam! 25 | #[fail(display = "parse error")] Sep 01 11:26:04.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.502 INFO kablam! | Sep 01 11:26:04.502 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.502 INFO kablam! Sep 01 11:26:04.502 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 01 11:26:04.502 INFO kablam! --> src/options/error.rs:118:5 Sep 01 11:26:04.502 INFO kablam! | Sep 01 11:26:04.502 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 01 11:26:04.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.502 INFO kablam! | Sep 01 11:26:04.502 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.502 INFO kablam! Sep 01 11:26:04.502 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 01 11:26:04.502 INFO kablam! --> src/options/error.rs:121:5 Sep 01 11:26:04.502 INFO kablam! | Sep 01 11:26:04.502 INFO kablam! 121 | / #[fail( Sep 01 11:26:04.502 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 01 11:26:04.503 INFO kablam! 123 | | option, Sep 01 11:26:04.503 INFO kablam! 124 | | value, Sep 01 11:26:04.503 INFO kablam! 125 | | err Sep 01 11:26:04.503 INFO kablam! 126 | | )] Sep 01 11:26:04.503 INFO kablam! | |______^ Sep 01 11:26:04.503 INFO kablam! | Sep 01 11:26:04.503 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.503 INFO kablam! Sep 01 11:26:04.503 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 01 11:26:04.503 INFO kablam! --> src/options/error.rs:133:5 Sep 01 11:26:04.503 INFO kablam! | Sep 01 11:26:04.503 INFO kablam! 133 | / #[fail( Sep 01 11:26:04.503 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 01 11:26:04.503 INFO kablam! 135 | | option, Sep 01 11:26:04.503 INFO kablam! 136 | | expected, Sep 01 11:26:04.503 INFO kablam! 137 | | found Sep 01 11:26:04.503 INFO kablam! 138 | | )] Sep 01 11:26:04.503 INFO kablam! | |______^ Sep 01 11:26:04.503 INFO kablam! | Sep 01 11:26:04.503 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.503 INFO kablam! Sep 01 11:26:04.504 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 01 11:26:04.504 INFO kablam! --> src/options/error.rs:145:5 Sep 01 11:26:04.504 INFO kablam! | Sep 01 11:26:04.504 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 01 11:26:04.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.504 INFO kablam! | Sep 01 11:26:04.504 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.504 INFO kablam! Sep 01 11:26:04.504 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 01 11:26:04.504 INFO kablam! --> src/options/error.rs:148:5 Sep 01 11:26:04.504 INFO kablam! | Sep 01 11:26:04.504 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 01 11:26:04.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.504 INFO kablam! | Sep 01 11:26:04.504 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.504 INFO kablam! Sep 01 11:26:04.504 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 01 11:26:04.504 INFO kablam! --> src/options/error.rs:151:5 Sep 01 11:26:04.504 INFO kablam! | Sep 01 11:26:04.504 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 01 11:26:04.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.505 INFO kablam! | Sep 01 11:26:04.505 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.505 INFO kablam! Sep 01 11:26:04.505 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 01 11:26:04.505 INFO kablam! --> src/options/error.rs:154:5 Sep 01 11:26:04.505 INFO kablam! | Sep 01 11:26:04.505 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 01 11:26:04.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.505 INFO kablam! | Sep 01 11:26:04.505 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.505 INFO kablam! Sep 01 11:26:04.505 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 01 11:26:04.505 INFO kablam! --> src/options/error.rs:157:5 Sep 01 11:26:04.505 INFO kablam! | Sep 01 11:26:04.505 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 01 11:26:04.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.505 INFO kablam! | Sep 01 11:26:04.505 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.505 INFO kablam! Sep 01 11:26:04.505 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 01 11:26:04.505 INFO kablam! --> src/options/error.rs:160:5 Sep 01 11:26:04.506 INFO kablam! | Sep 01 11:26:04.506 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 01 11:26:04.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.506 INFO kablam! | Sep 01 11:26:04.506 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.506 INFO kablam! Sep 01 11:26:04.506 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 01 11:26:04.506 INFO kablam! --> src/options/error.rs:163:5 Sep 01 11:26:04.506 INFO kablam! | Sep 01 11:26:04.506 INFO kablam! 163 | / #[fail( Sep 01 11:26:04.506 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 01 11:26:04.506 INFO kablam! 165 | | opt, Sep 01 11:26:04.506 INFO kablam! 166 | | n Sep 01 11:26:04.506 INFO kablam! 167 | | )] Sep 01 11:26:04.506 INFO kablam! | |______^ Sep 01 11:26:04.506 INFO kablam! | Sep 01 11:26:04.506 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.507 INFO kablam! Sep 01 11:26:04.507 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 01 11:26:04.507 INFO kablam! --> src/options/error.rs:170:5 Sep 01 11:26:04.507 INFO kablam! | Sep 01 11:26:04.507 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 01 11:26:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.507 INFO kablam! | Sep 01 11:26:04.507 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.507 INFO kablam! Sep 01 11:26:04.507 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 01 11:26:04.507 INFO kablam! --> src/options/error.rs:173:5 Sep 01 11:26:04.507 INFO kablam! | Sep 01 11:26:04.507 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 01 11:26:04.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.507 INFO kablam! | Sep 01 11:26:04.507 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.507 INFO kablam! Sep 01 11:26:04.508 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 01 11:26:04.508 INFO kablam! --> src/options/error.rs:176:5 Sep 01 11:26:04.508 INFO kablam! | Sep 01 11:26:04.508 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 01 11:26:04.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.508 INFO kablam! | Sep 01 11:26:04.508 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.508 INFO kablam! Sep 01 11:26:04.508 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 01 11:26:04.508 INFO kablam! --> src/options/error.rs:179:5 Sep 01 11:26:04.508 INFO kablam! | Sep 01 11:26:04.508 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 01 11:26:04.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:26:04.508 INFO kablam! | Sep 01 11:26:04.508 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 11:26:04.508 INFO kablam! Sep 01 11:26:04.510 INFO kablam! error: aborting due to 20 previous errors Sep 01 11:26:04.510 INFO kablam! Sep 01 11:26:04.510 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 11:26:04.522 INFO kablam! error: Could not compile `abscissa`. Sep 01 11:26:04.522 INFO kablam! Sep 01 11:26:04.522 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:26:04.523 INFO kablam! su: No module specific data is present Sep 01 11:26:05.017 INFO running `"docker" "rm" "-f" "f1140d1f74d75b7e0d1b6301167725a5ce73125e5b7c24a8390193574a42b7e7"` Sep 01 11:26:05.112 INFO blam! f1140d1f74d75b7e0d1b6301167725a5ce73125e5b7c24a8390193574a42b7e7