[INFO] updating cached repository https://github.com/carolustv/carolus-cli-client [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] f6e034561ae82b75142dcc77f75ce68a00d8c6bb [INFO] checking carolustv/carolus-cli-client against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarolustv%2Fcarolus-cli-client" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/carolustv/carolus-cli-client on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/carolustv/carolus-cli-client [INFO] finished tweaking git repo https://github.com/carolustv/carolus-cli-client [INFO] tweaked toml for git repo https://github.com/carolustv/carolus-cli-client written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/carolustv/carolus-cli-client already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 687759f3dc7bdb15e9045f72986ac637d6fdbdf4e0bb548bbf1f878e21719c91 [INFO] running `"docker" "start" "-a" "687759f3dc7bdb15e9045f72986ac637d6fdbdf4e0bb548bbf1f878e21719c91"` [INFO] [stderr] Compiling gstreamer v0.11.3 [INFO] [stderr] Checking muldiv v0.1.1 [INFO] [stderr] Compiling gstreamer-sys v0.5.0 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking chrono v0.4.4 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking simplelog v0.5.2 [INFO] [stderr] warning[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.3/src/iterator.rs:439:8 [INFO] [stderr] | [INFO] [stderr] 435 | let func = func as *const &mut (FnMut(T) -> bool); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(T) -> bool` [INFO] [stderr] ... [INFO] [stderr] 439 | if (*func)(value) { [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.3/src/iterator.rs:455:5 [INFO] [stderr] | [INFO] [stderr] 451 | let func = func as *const &mut (FnMut(T)); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(T)` [INFO] [stderr] ... [INFO] [stderr] 455 | (*func)(value); [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0596]: cannot borrow `**func` as mutable, as it is behind a `*const` pointer [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gstreamer-0.11.3/src/iterator.rs:473:11 [INFO] [stderr] | [INFO] [stderr] 467 | let func = func as *const &mut (FnMut(U, T) -> Result); [INFO] [stderr] | ---- help: consider changing this to be a mutable pointer: `*mut &mut dyn std::ops::FnMut(U, T) -> std::result::Result` [INFO] [stderr] ... [INFO] [stderr] 473 | match (*func)(accum.take().unwrap(), value) { [INFO] [stderr] | ^^^^^^^ `func` is a `*const` pointer, so the data it refers to cannot be borrowed as mutable [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Checking carolus v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `find_movie` [INFO] [stderr] --> src/the_movie_db.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn find_movie(client: Client, movie_name: String, year: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_show` [INFO] [stderr] --> src/the_movie_db.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn find_tv_show(client: Client, tv_show_name: String, year: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_series` [INFO] [stderr] --> src/the_movie_db.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn find_tv_series(client: Client, tv_show_id: i32, series_id: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_episode` [INFO] [stderr] --> src/the_movie_db.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn find_tv_episode(client: Client, tv_show_id: i32, series_id: i32, episode_id: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_movie` [INFO] [stderr] --> src/the_movie_db.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn find_movie(client: Client, movie_name: String, year: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_show` [INFO] [stderr] --> src/the_movie_db.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn find_tv_show(client: Client, tv_show_name: String, year: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_series` [INFO] [stderr] --> src/the_movie_db.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn find_tv_series(client: Client, tv_show_id: i32, series_id: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `find_tv_episode` [INFO] [stderr] --> src/the_movie_db.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn find_tv_episode(client: Client, tv_show_id: i32, series_id: i32, episode_id: i32) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.19s [INFO] running `"docker" "inspect" "687759f3dc7bdb15e9045f72986ac637d6fdbdf4e0bb548bbf1f878e21719c91"` [INFO] running `"docker" "rm" "-f" "687759f3dc7bdb15e9045f72986ac637d6fdbdf4e0bb548bbf1f878e21719c91"` [INFO] [stdout] 687759f3dc7bdb15e9045f72986ac637d6fdbdf4e0bb548bbf1f878e21719c91