Sep 05 00:56:18.238 INFO checking abscissa-0.0.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:56:18.238 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:56:18.238 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:56:18.446 INFO blam! a703764152741743e14bc9e0ee2a4984d2b8f0ed2fc8bf613d0f84a7ce0c1e68 Sep 05 00:56:18.448 INFO running `"docker" "start" "-a" "a703764152741743e14bc9e0ee2a4984d2b8f0ed2fc8bf613d0f84a7ce0c1e68"` Sep 05 00:56:19.128 INFO kablam! Checking canonical-path v0.1.1 Sep 05 00:56:19.131 INFO kablam! Compiling abscissa_derive v0.0.2 Sep 05 00:56:27.344 INFO kablam! Checking abscissa v0.0.1 (file:///source) Sep 05 00:56:28.994 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 05 00:56:28.994 INFO kablam! --> src/error/framework.rs:9:10 Sep 05 00:56:28.994 INFO kablam! | Sep 05 00:56:28.994 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 05 00:56:28.995 INFO kablam! | ^^^^ Sep 05 00:56:28.995 INFO kablam! Sep 05 00:56:28.996 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 05 00:56:28.996 INFO kablam! --> src/options/error.rs:116:28 Sep 05 00:56:28.996 INFO kablam! | Sep 05 00:56:28.996 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 05 00:56:28.996 INFO kablam! | ^^^^ Sep 05 00:56:28.996 INFO kablam! Sep 05 00:56:29.004 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 05 00:56:29.004 INFO kablam! --> src/error/framework.rs:13:5 Sep 05 00:56:29.004 INFO kablam! | Sep 05 00:56:29.004 INFO kablam! 13 | #[fail(display = "component error")] Sep 05 00:56:29.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.004 INFO kablam! | Sep 05 00:56:29.004 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.004 INFO kablam! Sep 05 00:56:29.004 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 05 00:56:29.004 INFO kablam! --> src/error/framework.rs:17:5 Sep 05 00:56:29.004 INFO kablam! | Sep 05 00:56:29.004 INFO kablam! 17 | #[fail(display = "config error")] Sep 05 00:56:29.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.004 INFO kablam! | Sep 05 00:56:29.004 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.004 INFO kablam! Sep 05 00:56:29.004 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 05 00:56:29.004 INFO kablam! --> src/error/framework.rs:21:5 Sep 05 00:56:29.005 INFO kablam! | Sep 05 00:56:29.005 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 05 00:56:29.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.005 INFO kablam! | Sep 05 00:56:29.005 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.005 INFO kablam! Sep 05 00:56:29.005 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 05 00:56:29.005 INFO kablam! --> src/error/framework.rs:25:5 Sep 05 00:56:29.005 INFO kablam! | Sep 05 00:56:29.005 INFO kablam! 25 | #[fail(display = "parse error")] Sep 05 00:56:29.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.005 INFO kablam! | Sep 05 00:56:29.005 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.005 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.008 INFO kablam! --> src/options/error.rs:118:5 Sep 05 00:56:29.008 INFO kablam! | Sep 05 00:56:29.008 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 05 00:56:29.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.008 INFO kablam! | Sep 05 00:56:29.008 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.008 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.008 INFO kablam! --> src/options/error.rs:121:5 Sep 05 00:56:29.008 INFO kablam! | Sep 05 00:56:29.008 INFO kablam! 121 | / #[fail( Sep 05 00:56:29.008 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 05 00:56:29.008 INFO kablam! 123 | | option, Sep 05 00:56:29.008 INFO kablam! 124 | | value, Sep 05 00:56:29.008 INFO kablam! 125 | | err Sep 05 00:56:29.008 INFO kablam! 126 | | )] Sep 05 00:56:29.008 INFO kablam! | |______^ Sep 05 00:56:29.008 INFO kablam! | Sep 05 00:56:29.009 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.009 INFO kablam! Sep 05 00:56:29.009 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 05 00:56:29.009 INFO kablam! --> src/options/error.rs:133:5 Sep 05 00:56:29.009 INFO kablam! | Sep 05 00:56:29.009 INFO kablam! 133 | / #[fail( Sep 05 00:56:29.009 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 05 00:56:29.009 INFO kablam! 135 | | option, Sep 05 00:56:29.009 INFO kablam! 136 | | expected, Sep 05 00:56:29.009 INFO kablam! 137 | | found Sep 05 00:56:29.009 INFO kablam! 138 | | )] Sep 05 00:56:29.009 INFO kablam! | |______^ Sep 05 00:56:29.009 INFO kablam! | Sep 05 00:56:29.009 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.009 INFO kablam! Sep 05 00:56:29.009 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 05 00:56:29.009 INFO kablam! --> src/options/error.rs:145:5 Sep 05 00:56:29.009 INFO kablam! | Sep 05 00:56:29.009 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 05 00:56:29.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.009 INFO kablam! | Sep 05 00:56:29.009 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.009 INFO kablam! Sep 05 00:56:29.009 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 05 00:56:29.009 INFO kablam! --> src/options/error.rs:148:5 Sep 05 00:56:29.010 INFO kablam! | Sep 05 00:56:29.010 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 05 00:56:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.010 INFO kablam! | Sep 05 00:56:29.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.010 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.010 INFO kablam! --> src/options/error.rs:151:5 Sep 05 00:56:29.010 INFO kablam! | Sep 05 00:56:29.010 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 05 00:56:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.010 INFO kablam! | Sep 05 00:56:29.010 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.012 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.012 INFO kablam! --> src/options/error.rs:154:5 Sep 05 00:56:29.012 INFO kablam! | Sep 05 00:56:29.012 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 05 00:56:29.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.012 INFO kablam! | Sep 05 00:56:29.013 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.013 INFO kablam! Sep 05 00:56:29.013 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 05 00:56:29.013 INFO kablam! --> src/options/error.rs:157:5 Sep 05 00:56:29.013 INFO kablam! | Sep 05 00:56:29.013 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 05 00:56:29.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.014 INFO kablam! | Sep 05 00:56:29.014 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.014 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.014 INFO kablam! --> src/options/error.rs:160:5 Sep 05 00:56:29.014 INFO kablam! | Sep 05 00:56:29.014 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 05 00:56:29.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.014 INFO kablam! | Sep 05 00:56:29.015 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.015 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.015 INFO kablam! --> src/options/error.rs:163:5 Sep 05 00:56:29.015 INFO kablam! | Sep 05 00:56:29.015 INFO kablam! 163 | / #[fail( Sep 05 00:56:29.015 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 05 00:56:29.015 INFO kablam! 165 | | opt, Sep 05 00:56:29.016 INFO kablam! 166 | | n Sep 05 00:56:29.016 INFO kablam! 167 | | )] Sep 05 00:56:29.016 INFO kablam! | |______^ Sep 05 00:56:29.016 INFO kablam! | Sep 05 00:56:29.016 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.016 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.016 INFO kablam! --> src/options/error.rs:170:5 Sep 05 00:56:29.016 INFO kablam! | Sep 05 00:56:29.017 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 05 00:56:29.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.017 INFO kablam! | Sep 05 00:56:29.017 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.017 INFO kablam! Sep 05 00:56:29.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 05 00:56:29.017 INFO kablam! --> src/options/error.rs:173:5 Sep 05 00:56:29.017 INFO kablam! | Sep 05 00:56:29.017 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 05 00:56:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.018 INFO kablam! | Sep 05 00:56:29.018 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.018 INFO kablam! Sep 05 00:56:29.018 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 05 00:56:29.018 INFO kablam! --> src/options/error.rs:176:5 Sep 05 00:56:29.018 INFO kablam! | Sep 05 00:56:29.018 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 05 00:56:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.019 INFO kablam! | Sep 05 00:56:29.019 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.019 INFO kablam! Sep 05 00:56:29.019 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 05 00:56:29.019 INFO kablam! --> src/options/error.rs:179:5 Sep 05 00:56:29.019 INFO kablam! | Sep 05 00:56:29.019 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 05 00:56:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.019 INFO kablam! | Sep 05 00:56:29.020 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.020 INFO kablam! Sep 05 00:56:29.020 INFO kablam! error: aborting due to 20 previous errors Sep 05 00:56:29.020 INFO kablam! Sep 05 00:56:29.020 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 00:56:29.021 INFO kablam! error: Could not compile `abscissa`. Sep 05 00:56:29.021 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:56:29.329 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 05 00:56:29.329 INFO kablam! --> src/error/framework.rs:9:10 Sep 05 00:56:29.329 INFO kablam! | Sep 05 00:56:29.329 INFO kablam! 9 | #[derive(Fail, Clone, Debug, Eq, PartialEq)] Sep 05 00:56:29.329 INFO kablam! | ^^^^ Sep 05 00:56:29.329 INFO kablam! Sep 05 00:56:29.330 INFO kablam! error: cannot find derive macro `Fail` in this scope Sep 05 00:56:29.330 INFO kablam! --> src/options/error.rs:116:28 Sep 05 00:56:29.330 INFO kablam! | Sep 05 00:56:29.330 INFO kablam! 116 | #[derive(Clone, Debug, Eq, Fail, PartialEq)] Sep 05 00:56:29.330 INFO kablam! | ^^^^ Sep 05 00:56:29.330 INFO kablam! Sep 05 00:56:29.339 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 05 00:56:29.339 INFO kablam! --> src/error/framework.rs:13:5 Sep 05 00:56:29.339 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! 13 | #[fail(display = "component error")] Sep 05 00:56:29.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.340 INFO kablam! Sep 05 00:56:29.340 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 05 00:56:29.340 INFO kablam! --> src/error/framework.rs:17:5 Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! 17 | #[fail(display = "config error")] Sep 05 00:56:29.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.340 INFO kablam! Sep 05 00:56:29.340 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 05 00:56:29.340 INFO kablam! --> src/error/framework.rs:21:5 Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! 21 | #[fail(display = "I/O operation failed")] Sep 05 00:56:29.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.340 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.340 INFO kablam! Sep 05 00:56:29.340 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 05 00:56:29.340 INFO kablam! --> src/error/framework.rs:25:5 Sep 05 00:56:29.340 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! 25 | #[fail(display = "parse error")] Sep 05 00:56:29.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.341 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.341 INFO kablam! Sep 05 00:56:29.341 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 05 00:56:29.341 INFO kablam! --> src/options/error.rs:118:5 Sep 05 00:56:29.341 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! 118 | #[fail(display = "invalid argument to option `{}`: {}", opt, err)] Sep 05 00:56:29.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.341 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.341 INFO kablam! Sep 05 00:56:29.341 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 05 00:56:29.341 INFO kablam! --> src/options/error.rs:121:5 Sep 05 00:56:29.341 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! 121 | / #[fail( Sep 05 00:56:29.341 INFO kablam! 122 | | display = "invalid default value for `{}` ({:?}): {}", Sep 05 00:56:29.341 INFO kablam! 123 | | option, Sep 05 00:56:29.341 INFO kablam! 124 | | value, Sep 05 00:56:29.341 INFO kablam! 125 | | err Sep 05 00:56:29.341 INFO kablam! 126 | | )] Sep 05 00:56:29.341 INFO kablam! | |______^ Sep 05 00:56:29.341 INFO kablam! | Sep 05 00:56:29.341 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.341 INFO kablam! Sep 05 00:56:29.342 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 05 00:56:29.342 INFO kablam! --> src/options/error.rs:133:5 Sep 05 00:56:29.342 INFO kablam! | Sep 05 00:56:29.342 INFO kablam! 133 | / #[fail( Sep 05 00:56:29.342 INFO kablam! 134 | | display = "insufficient arguments to option `{}`: expected {}; found {}", Sep 05 00:56:29.342 INFO kablam! 135 | | option, Sep 05 00:56:29.342 INFO kablam! 136 | | expected, Sep 05 00:56:29.342 INFO kablam! 137 | | found Sep 05 00:56:29.342 INFO kablam! 138 | | )] Sep 05 00:56:29.342 INFO kablam! | |______^ Sep 05 00:56:29.342 INFO kablam! | Sep 05 00:56:29.342 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.342 INFO kablam! Sep 05 00:56:29.342 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 05 00:56:29.342 INFO kablam! --> src/options/error.rs:145:5 Sep 05 00:56:29.342 INFO kablam! | Sep 05 00:56:29.342 INFO kablam! 145 | #[fail(display = "missing argument to option `{}`", opt)] Sep 05 00:56:29.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.342 INFO kablam! | Sep 05 00:56:29.342 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.342 INFO kablam! Sep 05 00:56:29.342 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 05 00:56:29.342 INFO kablam! --> src/options/error.rs:148:5 Sep 05 00:56:29.342 INFO kablam! | Sep 05 00:56:29.342 INFO kablam! 148 | #[fail(display = "missing command name")] Sep 05 00:56:29.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.343 INFO kablam! Sep 05 00:56:29.343 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 05 00:56:29.343 INFO kablam! --> src/options/error.rs:151:5 Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! 151 | #[fail(display = "missing required option `{}`", opt)] Sep 05 00:56:29.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.343 INFO kablam! Sep 05 00:56:29.343 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 05 00:56:29.343 INFO kablam! --> src/options/error.rs:154:5 Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! 154 | #[fail(display = "missing required command")] Sep 05 00:56:29.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.343 INFO kablam! Sep 05 00:56:29.343 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 05 00:56:29.343 INFO kablam! --> src/options/error.rs:157:5 Sep 05 00:56:29.343 INFO kablam! | Sep 05 00:56:29.343 INFO kablam! 157 | #[fail(display = "missing required free argument")] Sep 05 00:56:29.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.344 INFO kablam! | Sep 05 00:56:29.344 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.344 INFO kablam! Sep 05 00:56:29.344 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 05 00:56:29.344 INFO kablam! --> src/options/error.rs:160:5 Sep 05 00:56:29.344 INFO kablam! | Sep 05 00:56:29.344 INFO kablam! 160 | #[fail(display = "option `{}` does not accept an argument", opt)] Sep 05 00:56:29.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.344 INFO kablam! | Sep 05 00:56:29.344 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.344 INFO kablam! Sep 05 00:56:29.344 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 05 00:56:29.344 INFO kablam! --> src/options/error.rs:163:5 Sep 05 00:56:29.344 INFO kablam! | Sep 05 00:56:29.344 INFO kablam! 163 | / #[fail( Sep 05 00:56:29.344 INFO kablam! 164 | | display = "option `{}` expects {} arguments; found 1", Sep 05 00:56:29.344 INFO kablam! 165 | | opt, Sep 05 00:56:29.344 INFO kablam! 166 | | n Sep 05 00:56:29.344 INFO kablam! 167 | | )] Sep 05 00:56:29.344 INFO kablam! | |______^ Sep 05 00:56:29.344 INFO kablam! | Sep 05 00:56:29.344 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.344 INFO kablam! Sep 05 00:56:29.345 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 05 00:56:29.345 INFO kablam! --> src/options/error.rs:170:5 Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! 170 | #[fail(display = "unexpected free argument `{}`", arg)] Sep 05 00:56:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.345 INFO kablam! Sep 05 00:56:29.345 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 05 00:56:29.345 INFO kablam! --> src/options/error.rs:173:5 Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! 173 | #[fail(display = "unrecognized command `{}`", name)] Sep 05 00:56:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.345 INFO kablam! Sep 05 00:56:29.345 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 05 00:56:29.345 INFO kablam! --> src/options/error.rs:176:5 Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! 176 | #[fail(display = "unrecognized option `--{}`", opt)] Sep 05 00:56:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.345 INFO kablam! | Sep 05 00:56:29.345 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.345 INFO kablam! Sep 05 00:56:29.345 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 05 00:56:29.346 INFO kablam! --> src/options/error.rs:179:5 Sep 05 00:56:29.346 INFO kablam! | Sep 05 00:56:29.346 INFO kablam! 179 | #[fail(display = "unrecognized option `-{}`", opt)] Sep 05 00:56:29.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:56:29.346 INFO kablam! | Sep 05 00:56:29.346 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 05 00:56:29.346 INFO kablam! Sep 05 00:56:29.347 INFO kablam! error: aborting due to 20 previous errors Sep 05 00:56:29.347 INFO kablam! Sep 05 00:56:29.347 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 05 00:56:29.356 INFO kablam! error: Could not compile `abscissa`. Sep 05 00:56:29.356 INFO kablam! Sep 05 00:56:29.356 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:56:29.358 INFO kablam! su: No module specific data is present Sep 05 00:56:29.738 INFO running `"docker" "rm" "-f" "a703764152741743e14bc9e0ee2a4984d2b8f0ed2fc8bf613d0f84a7ce0c1e68"` Sep 05 00:56:29.833 INFO blam! a703764152741743e14bc9e0ee2a4984d2b8f0ed2fc8bf613d0f84a7ce0c1e68