Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.88.0-nightly (e643f59f6 2025-04-07)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/usd-0.0.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/usd-0.0.9/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250407-1.88.0-nightly-e643f59f6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 57c6e2ee1f592896a824dfa79a18574709a9b4457b64421d21682a98092706da
[INFO] running `Command { std: "docker" "start" "-a" "57c6e2ee1f592896a824dfa79a18574709a9b4457b64421d21682a98092706da", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] warning: unused variable: `lib`
[INFO] [stderr] --> build.rs:24:9
[INFO] [stderr] |
[INFO] [stderr] 24 | let lib = std::path::PathBuf::from("");
[INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_lib`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unused variable: `lib_dir`
[INFO] [stderr] --> build.rs:25:9
[INFO] [stderr] |
[INFO] [stderr] 25 | let lib_dir = std::path::PathBuf::from("");
[INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lib_dir`
[INFO] [stderr]
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr] --> build.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | std::fs::create_dir_all(cpp_out_dir.clone());
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr] |
[INFO] [stderr] 18 | let _ = std::fs::create_dir_all(cpp_out_dir.clone());
[INFO] [stderr] | +++++++
[INFO] [stderr]
[INFO] [stderr] warning: `usd` (build script) generated 3 warnings
[INFO] [stderr] Compiling usd v0.0.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: usd@0.0.9: In file included from /usr/include/c++/13/ext/hash_set:60,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/hashset.h:39,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/token.h:37,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/staticTokens.h:82,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/tokens.h:29,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/path.h:30,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/abstractData.h:28,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/data.h:29,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/layer.h:31,
[INFO] [stderr] warning: usd@0.0.9: from src/pxr/sdf/layer_handle.rs:10:
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
[INFO] [stderr] warning: usd@0.0.9: 32 | #warning \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~
[INFO] [stderr] warning: usd@0.0.9: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash.hpp:6,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/assetPath.h:32,
[INFO] [stderr] warning: usd@0.0.9: from src/pxr/sdf/asset_path.rs:12:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:438:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 438 | BOOST_HASH_SPECIALIZE(bool)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: In file included from /usr/include/c++/13/functional:49,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:20:
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:439:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 439 | BOOST_HASH_SPECIALIZE(char)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:440:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 440 | BOOST_HASH_SPECIALIZE(signed char)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:441:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 441 | BOOST_HASH_SPECIALIZE(unsigned char)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:443:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 443 | BOOST_HASH_SPECIALIZE(wchar_t)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:445:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 445 | BOOST_HASH_SPECIALIZE(short)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:446:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 446 | BOOST_HASH_SPECIALIZE(unsigned short)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:447:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 447 | BOOST_HASH_SPECIALIZE(int)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:448:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 448 | BOOST_HASH_SPECIALIZE(unsigned int)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:449:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 449 | BOOST_HASH_SPECIALIZE(long)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:450:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 450 | BOOST_HASH_SPECIALIZE(unsigned long)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:452:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 452 | BOOST_HASH_SPECIALIZE(float)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:453:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 453 | BOOST_HASH_SPECIALIZE(double)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:454:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 454 | BOOST_HASH_SPECIALIZE(long double)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:430:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 430 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:456:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE_REF'
[INFO] [stderr] warning: usd@0.0.9: 456 | BOOST_HASH_SPECIALIZE_REF(std::string)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:430:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 430 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:458:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE_REF'
[INFO] [stderr] warning: usd@0.0.9: 458 | BOOST_HASH_SPECIALIZE_REF(std::wstring)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:462:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 462 | BOOST_HASH_SPECIALIZE(boost::long_long_type)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:463:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 463 | BOOST_HASH_SPECIALIZE(boost::ulong_long_type)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:467:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 467 | BOOST_HASH_SPECIALIZE(boost::int128_type)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:468:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 468 | BOOST_HASH_SPECIALIZE(boost::uint128_type)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:472:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] warning: usd@0.0.9: 472 | BOOST_HASH_SPECIALIZE(std::type_index)
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:484:23: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 484 | : public std::unary_function<T*, std::size_t>
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:558:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/extensions.hpp:257:16: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 257 | : std::unary_function<T, std::size_t>
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 117 | struct unary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/aux_/na_assert.hpp:23,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/arg.hpp:25,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/placeholders.hpp:24,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator/iterator_categories.hpp:17,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator/iterator_adaptor.hpp:14,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator_adaptors.hpp:11,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/vt/array.h:43,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/types.h:64,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/abstractData.h:29:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:188:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
[INFO] [stderr] warning: usd@0.0.9: 188 | failed ************ (Pred::************
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 189 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
[INFO] [stderr] warning: usd@0.0.9: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 190 | );
[INFO] [stderr] warning: usd@0.0.9: | ~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:188:21: note: remove parentheses
[INFO] [stderr] warning: usd@0.0.9: 188 | failed ************ (Pred::************
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: | -
[INFO] [stderr] warning: usd@0.0.9: 189 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
[INFO] [stderr] warning: usd@0.0.9: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 190 | );
[INFO] [stderr] warning: usd@0.0.9: | ~
[INFO] [stderr] warning: usd@0.0.9: | -
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:193:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
[INFO] [stderr] warning: usd@0.0.9: 193 | failed ************ (boost::mpl::not_<Pred>::************
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 194 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
[INFO] [stderr] warning: usd@0.0.9: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 195 | );
[INFO] [stderr] warning: usd@0.0.9: | ~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:193:21: note: remove parentheses
[INFO] [stderr] warning: usd@0.0.9: 193 | failed ************ (boost::mpl::not_<Pred>::************
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: | -
[INFO] [stderr] warning: usd@0.0.9: 194 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
[INFO] [stderr] warning: usd@0.0.9: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: 195 | );
[INFO] [stderr] warning: usd@0.0.9: | ~
[INFO] [stderr] warning: usd@0.0.9: | -
[INFO] [stderr] warning: usd@0.0.9: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/optional/optional.hpp:48,
[INFO] [stderr] warning: usd@0.0.9: from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/optional.hpp:15,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/allowed.h:36,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/schema.h:29,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/spec.h:34,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h:33,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/childrenPolicies.h:36,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyTypes.h:30,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/layer.h:37:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/utility/compare_pointees.hpp:36:32: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 36 | struct equal_pointees_t : std::binary_function<OptionalPointee,OptionalPointee,bool>
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 131 | struct binary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/utility/compare_pointees.hpp:59:31: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] warning: usd@0.0.9: 59 | struct less_pointees_t : std::binary_function<OptionalPointee,OptionalPointee,bool>
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 131 | struct binary_function
[INFO] [stderr] warning: usd@0.0.9: | ^~~~~~~~~~~~~~~
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h: In constructor 'pxrInternal_v0_20__pxrReserved__::SdfPathKeyPolicy::SdfPathKeyPolicy(const pxrInternal_v0_20__pxrReserved__::SdfSpecHandle&)':
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h:88:61: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: usd@0.0.9: In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/types.h:33:
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfSpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>]'
[INFO] [stderr] warning: usd@0.0.9: In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primData.h:33,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/object.h:32,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/property.h:30,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/attribute.h:30,
[INFO] [stderr] warning: usd@0.0.9: from src/pxr/usd/attribute.rs:11:
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primDefinition.h: In member function 'pxrInternal_v0_20__pxrReserved__::SdfPrimSpecHandle pxrInternal_v0_20__pxrReserved__::UsdPrimDefinition::GetSchemaPrimSpec() const':
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primDefinition.h:76:58: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfPrimSpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>]'
[INFO] [stderr] warning: usd@0.0.9: In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/cache.h:33,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/stage.h:47,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/object.h:33:
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/propertyIndex.h: In constructor 'pxrInternal_v0_20__pxrReserved__::Pcp_PropertyInfo::Pcp_PropertyInfo(const pxrInternal_v0_20__pxrReserved__::SdfPropertySpecHandle&, const pxrInternal_v0_20__pxrReserved__::PcpNodeRef&)':
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/propertyIndex.h:53:11: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] warning: usd@0.0.9: /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfPropertySpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>]'
[INFO] [stderr] warning: usd@0.0.9: In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/work/dispatcher.h:37,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/work/arenaDispatcher.h:30,
[INFO] [stderr] warning: usd@0.0.9: from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/stage.h:49:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h: At global scope:
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:263:20: error: declaration of 'tbb::task& tbb::internal::task_prefix::task()' changes meaning of 'task' [-Wchanges-meaning]
[INFO] [stderr] warning: usd@0.0.9: 263 | tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
[INFO] [stderr] warning: usd@0.0.9: | ^~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:222:9: note: used here to mean 'class tbb::task'
[INFO] [stderr] warning: usd@0.0.9: 222 | task* next_offloaded;
[INFO] [stderr] warning: usd@0.0.9: | ^~~~
[INFO] [stderr] warning: usd@0.0.9: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:33:7: note: declared here
[INFO] [stderr] warning: usd@0.0.9: 33 | class task;
[INFO] [stderr] warning: usd@0.0.9: | ^~~~
[INFO] [stderr] error: failed to run custom build command for `usd v0.0.9 (/opt/rustwide/workdir)`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/usd-689b628af59a4837/build-script-build` (exit status: 1)
[INFO] [stderr] --- stdout
[INFO] [stderr] cargo:rerun-if-changed=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include
[INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out)
[INFO] [stderr] OPT_LEVEL = Some(0)
[INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr] cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr] cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr] cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr] HOST_CXX = None
[INFO] [stderr] cargo:rerun-if-env-changed=CXX
[INFO] [stderr] CXX = None
[INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr] RUSTC_WRAPPER = None
[INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] DEBUG = Some(true)
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr] cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr] CXXFLAGS = None
[INFO] [stderr] cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr] HOST_CXXFLAGS = None
[INFO] [stderr] cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cfgdocsrs)
[INFO] [stderr] cargo:warning=In file included from /usr/include/c++/13/ext/hash_set:60,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/hashset.h:39,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/token.h:37,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/tf/staticTokens.h:82,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/tokens.h:29,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/path.h:30,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/abstractData.h:28,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/data.h:29,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/layer.h:31,
[INFO] [stderr] cargo:warning= from src/pxr/sdf/layer_handle.rs:10:
[INFO] [stderr] cargo:warning=/usr/include/c++/13/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
[INFO] [stderr] cargo:warning= 32 | #warning \
[INFO] [stderr] cargo:warning= | ^~~~~~~
[INFO] [stderr] cargo:warning=In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash.hpp:6,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/assetPath.h:32,
[INFO] [stderr] cargo:warning= from src/pxr/sdf/asset_path.rs:12:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:438:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 438 | BOOST_HASH_SPECIALIZE(bool)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=In file included from /usr/include/c++/13/functional:49,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:20:
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:439:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 439 | BOOST_HASH_SPECIALIZE(char)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:440:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 440 | BOOST_HASH_SPECIALIZE(signed char)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:441:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 441 | BOOST_HASH_SPECIALIZE(unsigned char)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:443:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 443 | BOOST_HASH_SPECIALIZE(wchar_t)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:445:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 445 | BOOST_HASH_SPECIALIZE(short)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:446:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 446 | BOOST_HASH_SPECIALIZE(unsigned short)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:447:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 447 | BOOST_HASH_SPECIALIZE(int)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:448:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 448 | BOOST_HASH_SPECIALIZE(unsigned int)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:449:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 449 | BOOST_HASH_SPECIALIZE(long)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:450:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 450 | BOOST_HASH_SPECIALIZE(unsigned long)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:452:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 452 | BOOST_HASH_SPECIALIZE(float)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:453:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 453 | BOOST_HASH_SPECIALIZE(double)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:454:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 454 | BOOST_HASH_SPECIALIZE(long double)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:430:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 430 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:456:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE_REF'
[INFO] [stderr] cargo:warning= 456 | BOOST_HASH_SPECIALIZE_REF(std::string)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:430:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 430 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:458:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE_REF'
[INFO] [stderr] cargo:warning= 458 | BOOST_HASH_SPECIALIZE_REF(std::wstring)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:462:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 462 | BOOST_HASH_SPECIALIZE(boost::long_long_type)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:463:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 463 | BOOST_HASH_SPECIALIZE(boost::ulong_long_type)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:467:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 467 | BOOST_HASH_SPECIALIZE(boost::int128_type)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:468:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 468 | BOOST_HASH_SPECIALIZE(boost::uint128_type)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:420:24: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 420 | : public std::unary_function<type, std::size_t> \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:472:5: note: in expansion of macro 'BOOST_HASH_SPECIALIZE'
[INFO] [stderr] cargo:warning= 472 | BOOST_HASH_SPECIALIZE(std::type_index)
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:484:23: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 484 | : public std::unary_function<T*, std::size_t>
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/hash.hpp:558:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/functional/hash/extensions.hpp:257:16: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 257 | : std::unary_function<T, std::size_t>
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
[INFO] [stderr] cargo:warning= 117 | struct unary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/aux_/na_assert.hpp:23,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/arg.hpp:25,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/placeholders.hpp:24,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator/iterator_categories.hpp:17,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator/iterator_adaptor.hpp:14,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/iterator_adaptors.hpp:11,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/vt/array.h:43,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/types.h:64,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/abstractData.h:29:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:188:21: warning: unnecessary parentheses in declaration of 'assert_arg' [-Wparentheses]
[INFO] [stderr] cargo:warning= 188 | failed ************ (Pred::************
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 189 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
[INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 190 | );
[INFO] [stderr] cargo:warning= | ~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:188:21: note: remove parentheses
[INFO] [stderr] cargo:warning= 188 | failed ************ (Pred::************
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= | -
[INFO] [stderr] cargo:warning= 189 | assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
[INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 190 | );
[INFO] [stderr] cargo:warning= | ~
[INFO] [stderr] cargo:warning= | -
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:193:21: warning: unnecessary parentheses in declaration of 'assert_not_arg' [-Wparentheses]
[INFO] [stderr] cargo:warning= 193 | failed ************ (boost::mpl::not_<Pred>::************
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 194 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
[INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 195 | );
[INFO] [stderr] cargo:warning= | ~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/mpl/assert.hpp:193:21: note: remove parentheses
[INFO] [stderr] cargo:warning= 193 | failed ************ (boost::mpl::not_<Pred>::************
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= | -
[INFO] [stderr] cargo:warning= 194 | assert_not_arg( void (*)(Pred), typename assert_arg_pred_not<Pred>::type )
[INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning= 195 | );
[INFO] [stderr] cargo:warning= | ~
[INFO] [stderr] cargo:warning= | -
[INFO] [stderr] cargo:warning=In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/optional/optional.hpp:48,
[INFO] [stderr] cargo:warning= from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/optional.hpp:15,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/allowed.h:36,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/schema.h:29,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/spec.h:34,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h:33,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/childrenPolicies.h:36,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyTypes.h:30,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/layer.h:37:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/utility/compare_pointees.hpp:36:32: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 36 | struct equal_pointees_t : std::binary_function<OptionalPointee,OptionalPointee,bool>
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
[INFO] [stderr] cargo:warning= 131 | struct binary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/boost/utility/compare_pointees.hpp:59:31: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr] cargo:warning= 59 | struct less_pointees_t : std::binary_function<OptionalPointee,OptionalPointee,bool>
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/usr/include/c++/13/bits/stl_function.h:131:12: note: declared here
[INFO] [stderr] cargo:warning= 131 | struct binary_function
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h: In constructor 'pxrInternal_v0_20__pxrReserved__::SdfPathKeyPolicy::SdfPathKeyPolicy(const pxrInternal_v0_20__pxrReserved__::SdfSpecHandle&)':
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/proxyPolicies.h:88:61: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] cargo:warning=In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/types.h:33:
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfSpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfSpec>]'
[INFO] [stderr] cargo:warning=In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primData.h:33,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/object.h:32,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/property.h:30,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/attribute.h:30,
[INFO] [stderr] cargo:warning= from src/pxr/usd/attribute.rs:11:
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primDefinition.h: In member function 'pxrInternal_v0_20__pxrReserved__::SdfPrimSpecHandle pxrInternal_v0_20__pxrReserved__::UsdPrimDefinition::GetSchemaPrimSpec() const':
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/primDefinition.h:76:58: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfPrimSpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPrimSpec>]'
[INFO] [stderr] cargo:warning=In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/cache.h:33,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/stage.h:47,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/object.h:33:
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/propertyIndex.h: In constructor 'pxrInternal_v0_20__pxrReserved__::Pcp_PropertyInfo::Pcp_PropertyInfo(const pxrInternal_v0_20__pxrReserved__::SdfPropertySpecHandle&, const pxrInternal_v0_20__pxrReserved__::PcpNodeRef&)':
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/pcp/propertyIndex.h:53:11: warning: implicitly-declared 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>::SdfHandle(const pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>&)' is deprecated [-Wdeprecated-copy]
[INFO] [stderr] cargo:warning=/Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/sdf/declareHandles.h:79:11: note: because 'pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>' has user-provided 'pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::This& pxrInternal_v0_20__pxrReserved__::SdfHandle<T>::operator=(const This&) [with T = pxrInternal_v0_20__pxrReserved__::SdfPropertySpec; This = pxrInternal_v0_20__pxrReserved__::SdfHandle<pxrInternal_v0_20__pxrReserved__::SdfPropertySpec>]'
[INFO] [stderr] cargo:warning=In file included from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/work/dispatcher.h:37,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/base/work/arenaDispatcher.h:30,
[INFO] [stderr] cargo:warning= from /Volumes/src/usd-rs/usd-cpp/thirdparty/USD/pxr/usd/usd/stage.h:49:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h: At global scope:
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:263:20: error: declaration of 'tbb::task& tbb::internal::task_prefix::task()' changes meaning of 'task' [-Wchanges-meaning]
[INFO] [stderr] cargo:warning= 263 | tbb::task& task() {return *reinterpret_cast<tbb::task*>(this+1);}
[INFO] [stderr] cargo:warning= | ^~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:222:9: note: used here to mean 'class tbb::task'
[INFO] [stderr] cargo:warning= 222 | task* next_offloaded;
[INFO] [stderr] cargo:warning= | ^~~~
[INFO] [stderr] cargo:warning=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include/tbb/task.h:33:7: note: declared here
[INFO] [stderr] cargo:warning= 33 | class task;
[INFO] [stderr] cargo:warning= | ^~~~
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error occurred: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/workdir" "-I" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/install/include" "-Wall" "-Wextra" "-std=c++14" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/6f68728450c7522e-cpp_closures.o" "-c" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/usd-0501942843efa3ca/out/rust_cpp/cpp_closures.cpp"
[INFO] [stderr]
[INFO] [stderr]
[INFO] running `Command { std: "docker" "inspect" "57c6e2ee1f592896a824dfa79a18574709a9b4457b64421d21682a98092706da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57c6e2ee1f592896a824dfa79a18574709a9b4457b64421d21682a98092706da", kill_on_drop: false }`
[INFO] [stdout] 57c6e2ee1f592896a824dfa79a18574709a9b4457b64421d21682a98092706da