-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
datadog-agent: update go packages and sub-packages #56567
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
Merged
Merged
+376
−270
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm not able to build this PR locally. λ nix-shell -p nix-review --run 'nix-review pr 56567'
these paths will be fetched (0.02 MiB download, 0.09 MiB unpacked):
/nix/store/4g4vr4154qn7dv4l03hxjjbiv83xn5cm-nix-review-1.0.1
copying path '/nix/store/4g4vr4154qn7dv4l03hxjjbiv83xn5cm-nix-review-1.0.1' from 'https://cache.nixos.org'...
$ git fetch --force https://github.com/NixOS/nixpkgs master:refs/nix-review/0 pull/56567/head:refs/nix-review/1
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Total 35 (delta 31), reused 31 (delta 31), pack-reused 4
Unpacking objects: 100% (35/35), done.
From https://github.com/NixOS/nixpkgs
ab9c2c11483..81bf897e294 master -> refs/nix-review/0
+ 2d178c80d65...ce2ef06c353 refs/pull/56567/head -> refs/nix-review/1 (forced update)
$ git worktree add /yl/.cache/nix-review/pr-56567/nixpkgs 81bf897e294a27b59b73f6a76942b1405923e99e
Preparing worktree (detached HEAD 81bf897e294)
HEAD is now at 81bf897e294 python.pkgs.filetype: 1.0.4 -> 1.0.5
$ git merge --no-commit ce2ef06c353ae6aeca843c0da9f9fe363c1b2bd7
Auto-merging pkgs/top-level/all-packages.nix
Removing pkgs/tools/networking/dd-agent/datadog-trace-agent.nix
Removing pkgs/tools/networking/dd-agent/datadog-trace-agent-deps.nix
Automatic merge went well; stopped before committing as requested
$ nix build --no-link --keep-going --max-jobs 12 --option build-use-sandbox true -f /yl/.cache/nix-review/pr-56567/build.nix
cannot build on 'ssh://builder@zeus.home.nasreddine.com': cannot connect to 'builder@zeus.home.nasreddine.com': ssh: Could not resolve hostname zeus.home.nasreddine.com: Name or service not known
builder for '/nix/store/1c4g69ylvqf09axw7bmr00fdcl34wz02-python2.7-pg8000-1.13.1.drv' failed with exit code 1; last 10 log lines:
adding 'pg8000-1.13.1.dist-info/METADATA'
adding 'pg8000-1.13.1.dist-info/WHEEL'
adding 'pg8000-1.13.1.dist-info/top_level.txt'
adding 'pg8000-1.13.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
installing
/build/pg8000-1.13.1/dist /build/pg8000-1.13.1
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Processing ./pg8000-1.13.1-py2-none-any.whl
pg8000 requires Python '>=3.5' but the running Python is 2.7.15
cannot build derivation '/nix/store/abm5xrdpc8zb6pl0n95g5600xfnc88vk-python2.7-datadog-integration-postgres-git-2018-09-18.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/s2ww4k354qq5i6czpw51fb2mkjdf028g-python-2.7.15-env.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/48gvv1gcdfpk9k5vimjpfrpiypdr2kjl-datadog-agent-6.10.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/x40gz316np53s19j7hd2iyramnr2d5wz-env.drv': 1 dependencies couldn't be built
[44 built (1 failed), 230 copied (972.9 MiB), 222.5 MiB DL]
error: build of '/nix/store/x40gz316np53s19j7hd2iyramnr2d5wz-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/56567
1 package failed to build:
datadog-agent
1 package were build:
datadog-process-agent |
@GrahamcOfBorg build datadog-agent datadog-process-agent |
In rev c60d946 normal build |
cc @FRidh |
@Izorkin it's recommended to fix the issue rather than a downgrade of a package. |
@GrahamcOfBorg build datadog-agent datadog-process-agent |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: python
8.has: clean-up
8.has: module (update)
This PR changes an existing module in `nixos/`
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 1-10
10.rebuild-linux: 1-10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Update go packages and sub-packages.
Datadog-trace-agent moved to datadog-agent - https://github.com/DataDog/datadog-trace-agent/blob/moved/README.md
Update datadog-process-agent to version 6.10.0
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)