Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linuxPackages.bcc: 0.18.0 -> 0.19.0 #117043

Merged
merged 1 commit into from Mar 21, 2021
Merged

linuxPackages.bcc: 0.18.0 -> 0.19.0 #117043

merged 1 commit into from Mar 21, 2021

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Mar 20, 2021

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@rmcgibbo
Copy link
Contributor

I'm not sure if this is in-scope for this bump, but one problem I noticed with linuxPackages.bcc is that when using it as a python module, it seemed like there were some import runtime dependencies on bzip2 (and maybe something else) being on the PATH that were not encoded in the bcc nix expression. I noticed this in the context of this script: https://github.com/rmcgibbo/oom-enospc-notify

@r-rmcgibbo
Copy link

r-rmcgibbo commented Mar 20, 2021

Result of nixpkgs-review pr 117043 at 95c922e run on aarch64-linux 1

21 packages marked as broken and skipped:
  • linuxPackages-libre.bcc
  • linuxPackages-libre.oci-seccomp-bpf-hook
  • linuxPackages.oci-seccomp-bpf-hook
  • linuxPackages_5_10.oci-seccomp-bpf-hook
  • linuxPackages_5_11.oci-seccomp-bpf-hook
  • linuxPackages_5_4.oci-seccomp-bpf-hook
  • linuxPackages_hardened.oci-seccomp-bpf-hook
  • linuxPackages_hardkernel_4_14.bcc
  • linuxPackages_hardkernel_latest.bcc
  • linuxPackages_latest-libre.bcc
  • ...
1 package failed to build (new failures):
1 package skipped due to time constraints:
  • linuxPackages_4_4.bcc
9 packages built successfully:
1 suggestion:
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/os-specific/linux/bcc/default.nix:1:26:

      |
    1 | { lib, stdenv, fetchurl, fetchpatch
      |                          ^
    

Result of nixpkgs-review pr 117043 at 95c922e run on x86_64-linux 1

10 packages marked as broken and skipped:
  • linuxPackages-libre.bcc
  • linuxPackages-libre.bpftrace
  • linuxPackages-libre.oci-seccomp-bpf-hook
  • linuxPackages_hardkernel_4_14.bcc
  • linuxPackages_hardkernel_4_14.bpftrace
  • linuxPackages_hardkernel_latest.bcc
  • linuxPackages_hardkernel_latest.bpftrace
  • linuxPackages_latest-libre.bcc
  • linuxPackages_latest-libre.bpftrace
  • linuxPackages_latest-libre.oci-seccomp-bpf-hook
19 packages skipped due to time constraints:
  • linuxPackages.bpftrace (linuxPackages_5_4.bpftrace)
  • linuxPackages_4_14.bcc
  • linuxPackages_4_14.bpftrace
  • linuxPackages_4_19.bcc
  • linuxPackages_4_19.bpftrace
  • linuxPackages_4_4.bcc
  • linuxPackages_4_4.bpftrace
  • linuxPackages_4_9.bcc
  • linuxPackages_4_9.bpftrace
  • linuxPackages_5_10.bpftrace
  • ...
25 packages built successfully:
1 suggestion:
  • warning: unused-argument

    Unused argument: fetchpatch.
    Near pkgs/os-specific/linux/bcc/default.nix:1:26:

      |
    1 | { lib, stdenv, fetchurl, fetchpatch
      |                          ^
    

@thoughtpolice
Copy link
Member

I'm not sure if this is in-scope for this bump, but one problem I noticed with linuxPackages.bcc is that when using it as a python module, it seemed like there were some import runtime dependencies on bzip2 (and maybe something else) being on the PATH that were not encoded in the bcc nix expression. I noticed this in the context of this script: https://github.com/rmcgibbo/oom-enospc-notify

This is going to be annoying to fix without a log; if you can provide a stack trace from somewhere, I'm happy to write a patch to pythonPackages to fix this.

@rmcgibbo
Copy link
Contributor

rmcgibbo commented Mar 20, 2021

@thoughtpolice: Will do. I tried to reproduce my earlier issue and was unable to, and also couldn't find the logs, so just ignore this.

@SuperSandro2000

This comment has been minimized.

@SuperSandro2000
Copy link
Member

This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch).
If you have any questions or problems please reach out to SuperSandro2000 on IRC.

Result of nixpkgs-review pr 117043 run on x86_64-linux 1

10 packages marked as broken and skipped:
  • linuxPackages-libre.bcc
  • linuxPackages-libre.bpftrace
  • linuxPackages-libre.oci-seccomp-bpf-hook
  • linuxPackages_hardkernel_4_14.bcc
  • linuxPackages_hardkernel_4_14.bpftrace
  • linuxPackages_hardkernel_latest.bcc
  • linuxPackages_hardkernel_latest.bpftrace
  • linuxPackages_latest-libre.bcc
  • linuxPackages_latest-libre.bpftrace
  • linuxPackages_latest-libre.oci-seccomp-bpf-hook
44 packages built:
  • linuxPackages.bcc (linuxPackages_5_4.bcc)
  • linuxPackages.bpftrace (linuxPackages_5_4.bpftrace)
  • linuxPackages.oci-seccomp-bpf-hook (linuxPackages_5_4.oci-seccomp-bpf-hook)
  • linuxPackages_4_14.bcc
  • linuxPackages_4_14.bpftrace
  • linuxPackages_4_19.bcc
  • linuxPackages_4_19.bpftrace
  • linuxPackages_4_4.bcc
  • linuxPackages_4_4.bpftrace
  • linuxPackages_4_9.bcc
  • linuxPackages_4_9.bpftrace
  • linuxPackages_5_10.bcc
  • linuxPackages_5_10.bpftrace
  • linuxPackages_5_10.oci-seccomp-bpf-hook
  • linuxPackages_5_11.bcc (linuxPackages_latest.bcc)
  • linuxPackages_5_11.bpftrace (linuxPackages_latest.bpftrace)
  • linuxPackages_5_11.oci-seccomp-bpf-hook (linuxPackages_latest.oci-seccomp-bpf-hook)
  • linuxPackages_hardened.bcc
  • linuxPackages_hardened.bpftrace
  • linuxPackages_hardened.oci-seccomp-bpf-hook
  • linuxPackages_latest_hardened.bcc
  • linuxPackages_latest_hardened.bpftrace
  • linuxPackages_latest_hardened.oci-seccomp-bpf-hook
  • linuxPackages_latest_xen_dom0.bcc
  • linuxPackages_latest_xen_dom0.bpftrace
  • linuxPackages_latest_xen_dom0.oci-seccomp-bpf-hook
  • linuxPackages_latest_xen_dom0_hardened.bcc
  • linuxPackages_latest_xen_dom0_hardened.bpftrace
  • linuxPackages_latest_xen_dom0_hardened.oci-seccomp-bpf-hook
  • linuxPackages_lqx.bcc
  • linuxPackages_lqx.bpftrace
  • linuxPackages_lqx.oci-seccomp-bpf-hook
  • linuxPackages_testing_bcachefs.bcc
  • linuxPackages_testing_bcachefs.bpftrace
  • linuxPackages_testing_bcachefs.oci-seccomp-bpf-hook
  • linuxPackages_xen_dom0.bcc
  • linuxPackages_xen_dom0.bpftrace
  • linuxPackages_xen_dom0.oci-seccomp-bpf-hook
  • linuxPackages_xen_dom0_hardened.bcc
  • linuxPackages_xen_dom0_hardened.bpftrace
  • linuxPackages_xen_dom0_hardened.oci-seccomp-bpf-hook
  • linuxPackages_zen.bcc
  • linuxPackages_zen.bpftrace
  • linuxPackages_zen.oci-seccomp-bpf-hook

The following issues got detected with the above build packages.
Please fix at least the ones listed with your changed packages:

linuxPackages.bcc:

warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/funcinterval'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/virtiostat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/pidpersec'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/shmsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/trace'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/xfsslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/klockstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpsynbl'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/capable'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpaccept'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/criticalstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/gethostlatency'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/funccount'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/vfsstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/hardirqs'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/runqlen'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/cpudist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/oomkill'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/biotop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/dirtop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/opensnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/sofdsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpconnect'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/mdflush'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/llcstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/readahead'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/sslsniff'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/vfscount'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/fileslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/mysqld_qslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/execsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpstates'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/softirqs'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/statsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/cpuunclaimed'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/solisten'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/btrfsslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/biolatency'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/syscount'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpdrop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/offcputime'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/ttysnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/compactsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/dbslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcptracer'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/stackcount'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/mountsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/reset-trace'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcplife'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/biosnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcprtt'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/drsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/inject'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/xfsdist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/runqslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/threadsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/ext4dist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/swapin'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/runqlat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/deadlock'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/cachestat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/btrfsdist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/dbstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/bashreadline'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/uthreads'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/ustat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/ugc'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/ucalls'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/uobjnew'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/lib/uflow'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/profile'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/netqtop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/bpflist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/wakeuptime'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/funclatency'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/bindsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/dcsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpretrans'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcptop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/argdist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/killsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/syncsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/dcstat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/slabratetop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpsubnet'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/cachetop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tcpconnlat'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/biolatpcts'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/zfsdist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/filetop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/filelife'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/zfsslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/exitsnoop'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/funcslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/nfsslower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/nfsdist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/tplist'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/bitesize'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/offwaketime'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/ext4slower'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: stale-substitute
Stale substituteInPlace detected.
substituteStream(): WARNING: pattern '$(dirname $0)/lib' doesn't match anything in file '/nix/store/mfm77wwni20alis70inbdzjjw00l8hnv-bcc-0.19.0/share/bcc/tools/memleak'
See: https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/stale-substitute.md
warning: unused-argument
Unused argument: fetchpatch.
Near pkgs/os-specific/linux/bcc/default.nix:1:26:

  |
1 | { lib, stdenv, fetchurl, fetchpatch
  |                          ^

@SuperSandro2000 SuperSandro2000 merged commit 48db365 into NixOS:master Mar 21, 2021
@Mic92 Mic92 deleted the bcc branch March 21, 2021 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants