[INFO] updating cached repository https://github.com/Rexxe/arulite
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 6749b7980e596bd471960999c3272a0c1ce876d1
[INFO] checking Rexxe/arulite against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRexxe%2Farulite" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Rexxe/arulite on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/Rexxe/arulite
[INFO] finished tweaking git repo https://github.com/Rexxe/arulite
[INFO] tweaked toml for git repo https://github.com/Rexxe/arulite written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/Rexxe/arulite already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 49eb7f95118c1f00327b8efe54933d034a6cf6b51f9051f987219922b610bc3f
[INFO] running `"docker" "start" "-a" "49eb7f95118c1f00327b8efe54933d034a6cf6b51f9051f987219922b610bc3f"`
[INFO] [stderr]    Compiling gio v0.6.0
[INFO] [stderr]    Compiling cairo-rs v0.6.0
[INFO] [stderr]    Compiling gdk-pixbuf v0.6.0
[INFO] [stderr]    Compiling pango v0.6.0
[INFO] [stderr]    Compiling gdk v0.10.0
[INFO] [stderr]    Compiling atk v0.6.0
[INFO] [stderr]    Compiling gtk v0.6.0
[INFO] [stderr]    Compiling glib-sys v0.8.0
[INFO] [stderr]    Compiling gobject-sys v0.8.0
[INFO] [stderr]    Compiling gio-sys v0.8.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.8.0
[INFO] [stderr]    Compiling pango-sys v0.8.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.8.0
[INFO] [stderr]    Compiling atk-sys v0.8.0
[INFO] [stderr]    Compiling gdk-sys v0.8.0
[INFO] [stderr]    Compiling gtk-sys v0.8.0
[INFO] [stderr]     Checking futures-state-stream v0.1.1
[INFO] [stderr]     Checking winauth v0.0.3
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.14
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking tokio-fs v0.1.6
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking glib v0.7.1
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio v0.1.21
[INFO] [stderr]     Checking tiberius v0.3.2
[INFO] [stderr]     Checking tokio-core v0.1.17
[INFO] [stderr]     Checking arulite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `gtk::TreeView`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use gtk::TreeView::*;
[INFO] [stderr]    |          ^^^^^^^^ `TreeView` is a struct, not a module
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gtk::TreeView`
[INFO] [stderr]   --> src/main.rs:12:10
[INFO] [stderr]    |
[INFO] [stderr] 12 | use gtk::TreeView::*;
[INFO] [stderr]    |          ^^^^^^^^ `TreeView` is a struct, not a module
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_resizable` found for struct `gtk::TreeView` in the current scope
[INFO] [stderr]    --> src/main.rs:63:14
[INFO] [stderr]     |
[INFO] [stderr] 63  |     treeview.set_resizable(true);
[INFO] [stderr]     |              ^^^^^^^^^^^^^ method not found in `gtk::TreeView`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/object.rs:384:9
[INFO] [stderr]     |
[INFO] [stderr] 384 |         pub struct $name($crate::object::ObjectRef, ::std::marker::PhantomData<$ffi_name>);
[INFO] [stderr]     |         -----------------------------------------------------------------------------------
[INFO] [stderr]     |         |
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::GtkWindowExt`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::IsA<gtk::TreeViewColumn>`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::IsA<gtk::Window>`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::TreeViewColumnExt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `set_resizable` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `gtk::TreeView: gtk::IsA<gtk::TreeViewColumn>`
[INFO] [stderr]             which is required by `gtk::TreeView: gtk::TreeViewColumnExt`
[INFO] [stderr]             `gtk::TreeView: gtk::IsA<gtk::Window>`
[INFO] [stderr]             which is required by `gtk::TreeView: gtk::GtkWindowExt`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_resizable` found for struct `gtk::TreeView` in the current scope
[INFO] [stderr]    --> src/main.rs:63:14
[INFO] [stderr]     |
[INFO] [stderr] 63  |     treeview.set_resizable(true);
[INFO] [stderr]     |              ^^^^^^^^^^^^^ method not found in `gtk::TreeView`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/object.rs:384:9
[INFO] [stderr]     |
[INFO] [stderr] 384 |         pub struct $name($crate::object::ObjectRef, ::std::marker::PhantomData<$ffi_name>);
[INFO] [stderr]     |         -----------------------------------------------------------------------------------
[INFO] [stderr]     |         |
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::GtkWindowExt`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::IsA<gtk::TreeViewColumn>`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::IsA<gtk::Window>`
[INFO] [stderr]     |         doesn't satisfy `gtk::TreeView: gtk::TreeViewColumnExt`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `set_resizable` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `gtk::TreeView: gtk::IsA<gtk::TreeViewColumn>`
[INFO] [stderr]             which is required by `gtk::TreeView: gtk::TreeViewColumnExt`
[INFO] [stderr]             `gtk::TreeView: gtk::IsA<gtk::Window>`
[INFO] [stderr]             which is required by `gtk::TreeView: gtk::GtkWindowExt`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `arulite`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] Some errors have detailed explanations: E0432, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `arulite`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "49eb7f95118c1f00327b8efe54933d034a6cf6b51f9051f987219922b610bc3f"`
[INFO] running `"docker" "rm" "-f" "49eb7f95118c1f00327b8efe54933d034a6cf6b51f9051f987219922b610bc3f"`
[INFO] [stdout] 49eb7f95118c1f00327b8efe54933d034a6cf6b51f9051f987219922b610bc3f
