+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geckodriver-0.24.0/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/geckodriver-0.24.0/work.log => Bootstrap dependency digest>=20211023: found digest-20211023 ===> Building for geckodriver-0.24.0 Compiling libc v0.2.60 Compiling cfg-if v0.1.9 Compiling autocfg v0.1.5 Compiling rand_core v0.4.0 Compiling futures v0.1.28 Compiling byteorder v1.3.2 Compiling lazy_static v1.3.0 Compiling log v0.4.7 Compiling either v1.5.2 Compiling semver-parser v0.7.0 Compiling scopeguard v0.3.3 Compiling slab v0.4.2 Compiling smallvec v0.6.10 Compiling fnv v1.0.6 Compiling stable_deref_trait v1.1.1 Compiling cc v1.0.37 Compiling arrayvec v0.4.11 Compiling nodrop v0.1.13 Compiling memoffset v0.2.1 Compiling proc-macro2 v0.4.30 Compiling memchr v2.2.1 Compiling itoa v0.4.4 Compiling unicode-xid v0.1.0 Compiling crc32fast v1.2.0 Compiling ucd-util v0.1.5 Compiling ryu v1.0.0 Compiling syn v0.15.40 Compiling httparse v1.3.4 Compiling serde v1.0.97 Compiling matches v0.1.8 Compiling adler32 v1.0.3 Compiling try-lock v0.2.2 Compiling bitflags v1.1.0 Compiling remove_dir_all v0.5.2 Compiling indexmap v1.0.2 Compiling utf8-ranges v1.0.3 Compiling percent-encoding v1.0.1 Compiling unicode-width v0.1.5 Compiling rust-ini v0.10.3 Compiling strsim v0.8.0 Compiling podio v0.1.6 Compiling unicode-segmentation v1.3.0 Compiling geckodriver v0.24.0 (/home/pbulk/build/www/geckodriver/work/geckodriver-0.24.0) warning: trait objects without an explicit `dyn` are deprecated --> build.rs:40:38 | 40 | fn get_build_info(dir: &Path) -> Box<BuildInfo> { | ^^^^^^^^^ help: use `dyn`: `dyn BuildInfo` | = note: `#[warn(bare_trait_objects)]` on by default = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html> warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end` --> build.rs:74:24 | 74 | .map(|s| s.trim_right().into()) | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end` --> build.rs:102:24 | 102 | .map(|s| s.trim_right().into()) | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` warning: `geckodriver` (build script) generated 3 warnings Compiling rand_pcg v0.1.2 Compiling rand_chacha v0.1.1 Compiling rand v0.6.5 Compiling num-traits v0.2.8 Compiling num-integer v0.1.41 Compiling rand_core v0.3.1 Compiling rand_jitter v0.1.4 Compiling crossbeam-utils v0.6.5 Compiling thread_local v0.3.6 Compiling semver v0.9.0 Compiling unicode-normalization v0.1.8 Compiling tokio-sync v0.1.6 Compiling owning_ref v0.4.0 Compiling bzip2-sys v0.1.7 Compiling miniz_oxide_c_api v0.2.3 Compiling regex-syntax v0.6.10 Compiling unicode-bidi v0.3.4 Compiling miniz_oxide v0.3.0 Compiling semver v0.6.0 Compiling rand_isaac v0.1.1 Compiling rand_hc v0.1.0 Compiling rand_xorshift v0.1.1 Compiling tokio-executor v0.1.8 Compiling crossbeam-queue v0.1.2 Compiling rustc_version v0.2.3 Compiling lock_api v0.1.5 Compiling idna v0.1.5 Compiling iovec v0.1.2 Compiling rand_os v0.1.3 Compiling num_cpus v1.10.1 Compiling net2 v0.2.33 error[E0425]: cannot find value `IPV6_ADD_MEMBERSHIP` in this scope --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/ext.rs:1115:50 | 1115 | set_opt(self.as_sock(), v(IPPROTO_IPV6), IPV6_ADD_MEMBERSHIP, | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `IP_ADD_MEMBERSHIP` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1259:1 | 1259 | pub const IP_ADD_MEMBERSHIP: ::c_int = 19; | ------------------------------------------ similarly named constant `IP_ADD_MEMBERSHIP` defined here error[E0425]: cannot find value `IPV6_DROP_MEMBERSHIP` in this scope --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/ext.rs:1134:50 | 1134 | set_opt(self.as_sock(), v(IPPROTO_IPV6), IPV6_DROP_MEMBERSHIP, | ^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `IP_DROP_MEMBERSHIP` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1260:1 | 1260 | pub const IP_DROP_MEMBERSHIP: ::c_int = 20; | ------------------------------------------- similarly named constant `IP_DROP_MEMBERSHIP` defined here error[E0425]: cannot find value `SO_REUSEPORT` in module `c` --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/unix.rs:24:56 | 24 | ext::set_opt(self.as_sock(), c::SOL_SOCKET, c::SO_REUSEPORT, | ^^^^^^^^^^^^ help: a constant with a similar name exists: `SO_REUSEADDR` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1269:1 | 1269 | pub const SO_REUSEADDR: ::c_int = 0x0004; | ----------------------------------------- similarly named constant `SO_REUSEADDR` defined here error[E0425]: cannot find value `SO_REUSEPORT` in module `c` --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/unix.rs:29:56 | 29 | ext::get_opt(self.as_sock(), c::SOL_SOCKET, c::SO_REUSEPORT) | ^^^^^^^^^^^^ help: a constant with a similar name exists: `SO_REUSEADDR` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1269:1 | 1269 | pub const SO_REUSEADDR: ::c_int = 0x0004; | ----------------------------------------- similarly named constant `SO_REUSEADDR` defined here error[E0425]: cannot find value `SO_REUSEPORT` in module `c` --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/unix.rs:49:56 | 49 | ext::set_opt(self.as_sock(), c::SOL_SOCKET, c::SO_REUSEPORT, | ^^^^^^^^^^^^ help: a constant with a similar name exists: `SO_REUSEADDR` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1269:1 | 1269 | pub const SO_REUSEADDR: ::c_int = 0x0004; | ----------------------------------------- similarly named constant `SO_REUSEADDR` defined here error[E0425]: cannot find value `SO_REUSEPORT` in module `c` --> /home/pbulk/build/www/geckodriver/work/vendor/net2-0.2.33/src/unix.rs:54:56 | 54 | ext::get_opt(self.as_sock(), c::SOL_SOCKET, c::SO_REUSEPORT) | ^^^^^^^^^^^^ help: a constant with a similar name exists: `SO_REUSEADDR` | ::: /home/pbulk/build/www/geckodriver/work/vendor/libc-0.2.60/src/unix/solarish/mod.rs:1269:1 | 1269 | pub const SO_REUSEADDR: ::c_int = 0x0004; | ----------------------------------------- similarly named constant `SO_REUSEADDR` defined here For more information about this error, try `rustc --explain E0425`. error: could not compile `net2` due to 6 previous errors *** Error code 101 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/www/geckodriver *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2021Q4-x86_64/www/geckodriver