This feels new :disappointed: - woe is me, can't c...
# development
w
This feels new 😞 - woe is me, can't commit a new language target
Copy code
[2022-05-22T00:56:59.865Z] * Running `./cargo clippy --all`
    Checking http-body v0.4.4
   Compiling target-lexicon v0.12.3
   Compiling lmdb-rkv-sys v0.11.0 (<https://github.com/pantsbuild/lmdb-rs.git?rev=6ae7a552aa2c932c3ddf652a68cdde2fed547cbc#6ae7a552>)
   Compiling fuser v0.11.0
   Compiling rayon v1.5.0
    Checking maybe-uninit v2.0.0
    Checking unicode-normalization v0.1.19
error: failed to run custom build command for `fuser v0.11.0`

Caused by:
  process didn't exit successfully: `/Users/sj/Developer/oss/pants/src/rust/engine/target/debug/build/fuser-f6745403741a8954/build-script-build` (exit status: 101)
  --- stdout
  cargo:rerun-if-env-changed=FUSE_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=FUSE_STATIC
  cargo:rerun-if-env-changed=FUSE_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=OSXFUSE_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=OSXFUSE_STATIC
  cargo:rerun-if-env-changed=OSXFUSE_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_apple_darwin
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR

  --- stderr
  `"pkg-config" "--libs" "--cflags" "fuse" "fuse >= 2.6.0"` did not exit successfully: exit status: 1
  --- stderr
  Package fuse was not found in the pkg-config search path.
  Perhaps you should add the directory containing `fuse.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'fuse' found
  Package fuse was not found in the pkg-config search path.
  Perhaps you should add the directory containing `fuse.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'fuse' found

  `"pkg-config" "--libs" "--cflags" "osxfuse" "osxfuse >= 2.6.0"` did not exit successfully: exit status: 1
  --- stderr
  Package osxfuse was not found in the pkg-config search path.
  Perhaps you should add the directory containing `osxfuse.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'osxfuse' found
  Package osxfuse was not found in the pkg-config search path.
  Perhaps you should add the directory containing `osxfuse.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'osxfuse' found

  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ()', /Users/sj/.cargo/registry/src/github.com-1ecc6299db9ec823/fuser-0.11.0/build.rs:21:22
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
✅ 1