[INFO] updating cached repository https://github.com/GNOME/gnome-tour
[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] bb3262c87e455f62b02ec3d3688e3b9ec39143ab
[INFO] checking GNOME/gnome-tour against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGNOME%2Fgnome-tour" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/GNOME/gnome-tour on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/GNOME/gnome-tour
[INFO] finished tweaking git repo https://github.com/GNOME/gnome-tour
[INFO] tweaked toml for git repo https://github.com/GNOME/gnome-tour written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/GNOME/gnome-tour already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 512e04140a49264751af572928ececb96e13171cfcd5487132a2fd8b988cb272
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "512e04140a49264751af572928ececb96e13171cfcd5487132a2fd8b988cb272"`
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]     Checking futures-task v0.3.1
[INFO] [stderr]    Compiling gio v0.8.1
[INFO] [stderr]    Compiling cairo-rs v0.8.0
[INFO] [stderr]    Compiling gdk-pixbuf v0.8.0
[INFO] [stderr]    Compiling regex v1.1.9
[INFO] [stderr]    Compiling pango v0.8.0
[INFO] [stderr]    Compiling gdk v0.12.1
[INFO] [stderr]    Compiling atk v0.8.0
[INFO] [stderr]    Compiling log v0.4.7
[INFO] [stderr]    Compiling gtk v0.8.1
[INFO] [stderr]    Compiling glib-sys v0.9.1
[INFO] [stderr]    Compiling gobject-sys v0.9.1
[INFO] [stderr]    Compiling gio-sys v0.9.1
[INFO] [stderr]    Compiling pango-sys v0.9.1
[INFO] [stderr]    Compiling cairo-sys-rs v0.9.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.9.1
[INFO] [stderr]    Compiling gdk-sys v0.9.1
[INFO] [stderr]    Compiling atk-sys v0.9.1
[INFO] [stderr]    Compiling gtk-sys v0.9.2
[INFO] [stderr]    Compiling gettext-sys v0.19.8
[INFO] [stderr]     Checking regex-syntax v0.6.8
[INFO] [stderr]     Checking aho-corasick v0.7.4
[INFO] [stderr]     Checking locale_config v0.2.3
[INFO] [stderr]     Checking gettext-rs v0.4.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking glib v0.9.2
[INFO] [stderr]     Checking gnome-tour v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0583]: file not found for module `config`
[INFO] [stderr]  --> src/main.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | mod config;
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `config`, create file "src/config.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `static_resources`
[INFO] [stderr]   --> src/main.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | mod static_resources;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `static_resources`, create file "src/static_resources.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `config`
[INFO] [stderr]  --> src/main.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | mod config;
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: to create the module `config`, create file "src/config.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `static_resources`
[INFO] [stderr]   --> src/main.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | mod static_resources;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `static_resources`, create file "src/static_resources.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::config::PROFILE`
[INFO] [stderr]  --> src/widgets/window.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::config::PROFILE;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `PROFILE` in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `config::GETTEXT_PACKAGE`, `config::LOCALEDIR`
[INFO] [stderr]   --> src/main.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 | use config::{GETTEXT_PACKAGE, LOCALEDIR};
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^ no `LOCALEDIR` in `config`
[INFO] [stderr]    |              |
[INFO] [stderr]    |              no `GETTEXT_PACKAGE` in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::config::PROFILE`
[INFO] [stderr]  --> src/widgets/window.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::config::PROFILE;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `PROFILE` in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `config::GETTEXT_PACKAGE`, `config::LOCALEDIR`
[INFO] [stderr]   --> src/main.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 | use config::{GETTEXT_PACKAGE, LOCALEDIR};
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^ no `LOCALEDIR` in `config`
[INFO] [stderr]    |              |
[INFO] [stderr]    |              no `GETTEXT_PACKAGE` in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `APP_ID` in module `config`
[INFO] [stderr]   --> src/application.rs:16:54
[INFO] [stderr]    |
[INFO] [stderr] 16 |         let app = gtk::Application::new(Some(config::APP_ID), gio::ApplicationFlags::FLAGS_NONE).unwrap();
[INFO] [stderr]    |                                                      ^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `APP_ID` in module `config`
[INFO] [stderr]   --> src/application.rs:16:54
[INFO] [stderr]    |
[INFO] [stderr] 16 |         let app = gtk::Application::new(Some(config::APP_ID), gio::ApplicationFlags::FLAGS_NONE).unwrap();
[INFO] [stderr]    |                                                      ^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NAME_SUFFIX` in module `config`
[INFO] [stderr]    --> src/application.rs:100:44
[INFO] [stderr]     |
[INFO] [stderr] 100 |         info!("GNOME Tour{} ({})", config::NAME_SUFFIX, config::APP_ID);
[INFO] [stderr]     |                                            ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NAME_SUFFIX` in module `config`
[INFO] [stderr]    --> src/application.rs:100:44
[INFO] [stderr]     |
[INFO] [stderr] 100 |         info!("GNOME Tour{} ({})", config::NAME_SUFFIX, config::APP_ID);
[INFO] [stderr]     |                                            ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `APP_ID` in module `config`
[INFO] [stderr]    --> src/application.rs:100:65
[INFO] [stderr]     |
[INFO] [stderr] 100 |         info!("GNOME Tour{} ({})", config::NAME_SUFFIX, config::APP_ID);
[INFO] [stderr]     |                                                                 ^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VERSION` in module `config`
[INFO] [stderr]    --> src/application.rs:101:43
[INFO] [stderr]     |
[INFO] [stderr] 101 |         info!("Version: {} ({})", config::VERSION, config::PROFILE);
[INFO] [stderr]     |                                           ^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `APP_ID` in module `config`
[INFO] [stderr]    --> src/application.rs:100:65
[INFO] [stderr]     |
[INFO] [stderr] 100 |         info!("GNOME Tour{} ({})", config::NAME_SUFFIX, config::APP_ID);
[INFO] [stderr]     |                                                                 ^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROFILE` in module `config`
[INFO] [stderr]    --> src/application.rs:101:60
[INFO] [stderr]     |
[INFO] [stderr] 101 |         info!("Version: {} ({})", config::VERSION, config::PROFILE);
[INFO] [stderr]     |                                                            ^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `VERSION` in module `config`
[INFO] [stderr]    --> src/application.rs:101:43
[INFO] [stderr]     |
[INFO] [stderr] 101 |         info!("Version: {} ({})", config::VERSION, config::PROFILE);
[INFO] [stderr]     |                                           ^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PKGDATADIR` in module `config`
[INFO] [stderr]    --> src/application.rs:102:38
[INFO] [stderr]     |
[INFO] [stderr] 102 |         info!("Datadir: {}", config::PKGDATADIR);
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROFILE` in module `config`
[INFO] [stderr]    --> src/application.rs:101:60
[INFO] [stderr]     |
[INFO] [stderr] 101 |         info!("Version: {} ({})", config::VERSION, config::PROFILE);
[INFO] [stderr]     |                                                            ^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_ICON_NAME` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:25:64
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let logo = gtk::Image::new_from_icon_name(Some(config::DISTRO_ICON_NAME), gtk::IconSize::Dialog);
[INFO] [stderr]    |                                                                ^^^^^^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PKGDATADIR` in module `config`
[INFO] [stderr]    --> src/application.rs:102:38
[INFO] [stderr]     |
[INFO] [stderr] 102 |         info!("Datadir: {}", config::PKGDATADIR);
[INFO] [stderr]     |                                      ^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_NAME` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:29:87
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let title = gtk::Label::new(Some(&gettext(format!("Welcome to {} {}", config::DISTRO_NAME, config::DISTRO_VERSION))));
[INFO] [stderr]    |                                                                                       ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_ICON_NAME` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:25:64
[INFO] [stderr]    |
[INFO] [stderr] 25 |         let logo = gtk::Image::new_from_icon_name(Some(config::DISTRO_ICON_NAME), gtk::IconSize::Dialog);
[INFO] [stderr]    |                                                                ^^^^^^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_VERSION` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:29:108
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let title = gtk::Label::new(Some(&gettext(format!("Welcome to {} {}", config::DISTRO_NAME, config::DISTRO_VERSION))));
[INFO] [stderr]    |                                                                                                            ^^^^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_NAME` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:29:87
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let title = gtk::Label::new(Some(&gettext(format!("Welcome to {} {}", config::DISTRO_NAME, config::DISTRO_VERSION))));
[INFO] [stderr]    |                                                                                       ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NAME_SUFFIX` in module `config`
[INFO] [stderr]   --> src/main.rs:23:59
[INFO] [stderr]    |
[INFO] [stderr] 23 |     glib::set_application_name(&format!("Tour{}", config::NAME_SUFFIX));
[INFO] [stderr]    |                                                           ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DISTRO_VERSION` in module `config`
[INFO] [stderr]   --> src/widgets/pages/welcome.rs:29:108
[INFO] [stderr]    |
[INFO] [stderr] 29 |         let title = gtk::Label::new(Some(&gettext(format!("Welcome to {} {}", config::DISTRO_NAME, config::DISTRO_VERSION))));
[INFO] [stderr]    |                                                                                                            ^^^^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `init` in module `static_resources`
[INFO] [stderr]   --> src/main.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |     static_resources::init().expect("Failed to initialize the resource file.");
[INFO] [stderr]    |                       ^^^^ not found in `static_resources`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use gdk::init;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use gtk::init;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `NAME_SUFFIX` in module `config`
[INFO] [stderr]   --> src/main.rs:23:59
[INFO] [stderr]    |
[INFO] [stderr] 23 |     glib::set_application_name(&format!("Tour{}", config::NAME_SUFFIX));
[INFO] [stderr]    |                                                           ^^^^^^^^^^^ not found in `config`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `init` in module `static_resources`
[INFO] [stderr]   --> src/main.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |     static_resources::init().expect("Failed to initialize the resource file.");
[INFO] [stderr]    |                       ^^^^ not found in `static_resources`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use gdk::init;
[INFO] [stderr]    |
[INFO] [stderr] 6  | use gtk::init;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `gnome-tour`.
[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] error: could not compile `gnome-tour`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "512e04140a49264751af572928ececb96e13171cfcd5487132a2fd8b988cb272"`
[INFO] running `"docker" "rm" "-f" "512e04140a49264751af572928ececb96e13171cfcd5487132a2fd8b988cb272"`
[INFO] [stdout] 512e04140a49264751af572928ececb96e13171cfcd5487132a2fd8b988cb272
