[INFO] crate clear-coat 0.0.3 is already in cache
[INFO] testing clear-coat-0.0.3 against beta-2020-07-24 for beta-1.46-1
[INFO] extracting crate clear-coat 0.0.3 into /workspace/builds/worker-8/source
[INFO] validating manifest of crates.io crate clear-coat 0.0.3 on toolchain beta-2020-07-24
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate clear-coat 0.0.3
[INFO] finished tweaking crates.io crate clear-coat 0.0.3
[INFO] tweaked toml for crates.io crate clear-coat 0.0.3 written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f8ac666b67db754818d1d07324fe373a8515bcfdec7d02dceaf3a7c88dbadb9
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "9f8ac666b67db754818d1d07324fe373a8515bcfdec7d02dceaf3a7c88dbadb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f8ac666b67db754818d1d07324fe373a8515bcfdec7d02dceaf3a7c88dbadb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f8ac666b67db754818d1d07324fe373a8515bcfdec7d02dceaf3a7c88dbadb9", kill_on_drop: false }`
[INFO] [stdout] 9f8ac666b67db754818d1d07324fe373a8515bcfdec7d02dceaf3a7c88dbadb9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8313d091fbf7a5e6e927dc1cc7d4553d109953db52658c03353b81899b8ebe75
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "8313d091fbf7a5e6e927dc1cc7d4553d109953db52658c03353b81899b8ebe75", kill_on_drop: false }`
[INFO] [stderr] Compiling winapi-build v0.1.1
[INFO] [stderr] Compiling libc v0.2.74
[INFO] [stderr] Compiling iup-sys v0.0.3
[INFO] [stderr] Compiling libc v0.1.12
[INFO] [stderr] Compiling winapi v0.2.8
[INFO] [stderr] Compiling smallvec v0.1.8
[INFO] [stderr] Compiling kernel32-sys v0.2.2
[INFO] [stderr] Compiling clear-coat v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::panic::RecoverSafe`
[INFO] [stdout] --> src/callbacks.rs:14:24
[INFO] [stdout] |
[INFO] [stdout] 14 | use std::panic::{self, RecoverSafe};
[INFO] [stdout] | ^^^^^^^^^^^ no `RecoverSafe` in `panic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `recover` in module `panic`
[INFO] [stdout] --> src/callbacks.rs:205:25
[INFO] [stdout] |
[INFO] [stdout] 205 | let result = panic::recover(move || {
[INFO] [stdout] | ^^^^^^^ not found in `panic`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Fill`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/containers.rs:80:1
[INFO] [stdout] |
[INFO] [stdout] 80 | impl_control_traits!(Fill);
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Hbox`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/containers.rs:114:1
[INFO] [stdout] |
[INFO] [stdout] 114 | impl_control_traits!(Hbox);
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Vbox`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/containers.rs:164:1
[INFO] [stdout] |
[INFO] [stdout] 164 | impl_control_traits!(Vbox);
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `GridBox`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/containers.rs:345:1
[INFO] [stdout] |
[INFO] [stdout] 345 | impl_control_traits!(GridBox);
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Button`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/button.rs:73:1
[INFO] [stdout] |
[INFO] [stdout] 73 | impl_control_traits!(Button);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Label`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/label.rs:67:1
[INFO] [stdout] |
[INFO] [stdout] 67 | impl_control_traits!(Label);
[INFO] [stdout] | ---------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Menu`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/menu.rs:68:1
[INFO] [stdout] |
[INFO] [stdout] 68 | impl_control_traits!(Menu);
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Submenu`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/menu.rs:99:1
[INFO] [stdout] |
[INFO] [stdout] 99 | impl_control_traits!(Submenu);
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Item`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/menu.rs:133:1
[INFO] [stdout] |
[INFO] [stdout] 133 | impl_control_traits!(Item);
[INFO] [stdout] | --------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Separator`
[INFO] [stdout] |
[INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/iup-sys-0.0.3/src/lib.rs:217:5
[INFO] [stdout] |
[INFO] [stdout] 217 | pub fn IupSeparator() -> *mut Ihandle;
[INFO] [stdout] | -------------------------------------- similarly named function `IupSeparator` defined here
[INFO] [stdout] |
[INFO] [stdout] ::: src/menu.rs:165:22
[INFO] [stdout] |
[INFO] [stdout] 165 | impl_control_traits!(Separator);
[INFO] [stdout] | --------------------------------
[INFO] [stdout] | | |
[INFO] [stdout] | | help: a function with a similar name exists: `IupSeparator`
[INFO] [stdout] | in this macro invocation
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `Dialog`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/dialog.rs:172:1
[INFO] [stdout] |
[INFO] [stdout] 172 | impl_control_traits!(Dialog);
[INFO] [stdout] | ----------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `FileDlg`
[INFO] [stdout] --> src/lib.rs:36:57
[INFO] [stdout] |
[INFO] [stdout] 36 | self.0.try_unwrap().map_err(|handle_rc| ::$control(handle_rc))
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: src/file_dlg.rs:226:1
[INFO] [stdout] |
[INFO] [stdout] 226 | impl_control_traits!(FileDlg);
[INFO] [stdout] | ------------------------------ in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `get_thread_id` in this scope
[INFO] [stdout] --> src/lib.rs:172:21
[INFO] [stdout] |
[INFO] [stdout] 172 | let thread_id = get_thread_id();
[INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout] --> src/lib.rs:8:1
[INFO] [stdout] |
[INFO] [stdout] 8 | #![feature(coerce_unsized)]
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout] --> src/lib.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | #![feature(std_panic)]
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout] --> src/lib.rs:10:1
[INFO] [stdout] |
[INFO] [stdout] 10 | #![feature(recover)]
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/callbacks.rs:57:46
[INFO] [stdout] |
[INFO] [stdout] 57 | static PANIC_PAYLOAD: RefCell