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

local cache missing directories while running test suite #33554

Closed
jfindlay opened this issue May 26, 2016 · 2 comments
Closed

local cache missing directories while running test suite #33554

jfindlay opened this issue May 26, 2016 · 2 comments
Assignees
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P3 Priority 3 severity-critical top severity, seen by most users, serious issues severity-low 4th level, cosemtic problems, work around exists ZRELEASED - Boron
Milestone

Comments

@jfindlay
Copy link
Contributor

jfindlay commented May 26, 2016

Description of Issue/Question

While running the test suite, I'm seeing a few of these for each test. It seems to be about one error per job:

...
11:05:53,273 [salt.loaded.int.returner.local_cache    :273 ][ERROR   ] Failed to write minion list ['minion'] to job cache file /private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/c0/66f130f1835df05186f585235b88a8/.minions.minion.p: [Errno 2] No such file or directory: '/private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/c0/66f130f1835df05186f585235b88a8/.minions.minion.p'
11:05:53,273 [salt.loaded.int.returner.local_cache    :273 ][ERROR   ] Failed to write minion list ['minion'] to job cache file /private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/44/19dcf9f68fdcfa32d26e414eedbb97/.minions.minion.p: [Errno 2] No such file or directory: '/private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/44/19dcf9f68fdcfa32d26e414eedbb97/.minions.minion.p'
...

Setup

create a VM to run the test suite

Steps to Reproduce Issue

sudo salt-jenkins-build --output-columns 160 --vm-source pre-deps --vm-host dev-imac --vm-host-user saltdev --parallels-deploy --test-prep-sls git.salt --test-git-commit 3a95f8a977a5f310be23d64bc432d69bc371844e --test-default-command --ssh-username root --ssh-private-address 2016.3

@jtand may have some more info.

Versions Report

3a95f8a is a few commits after 2016.3.0.

@jfindlay jfindlay added Bug broken, incorrect, or confusing behavior severity-low 4th level, cosemtic problems, work around exists Core relates to code central or existential to Salt P3 Priority 3 labels May 26, 2016
@jfindlay jfindlay added this to the Approved milestone May 26, 2016
@jfindlay
Copy link
Contributor Author

jfindlay commented May 26, 2016

There doesn't seem to be any .minions.minion.p in any of these directories, but everything else in the path exists.

bash-3.2$ tree -aphug /private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/c0/66f130f1835df05186f585235b88a8
/private/tmp/salt-tests-tmpdir/syndic-master-root/cache/jobs/c0/66f130f1835df05186f585235b88a8
├── [-rw-r--r-- root     wheel     127]  .load.p
├── [-rw-r--r-- root     wheel       8]  .minions.p
├── [-rw-r--r-- root     wheel      20]  jid
└── [drwxr-xr-x root     wheel     136]  minion
    ├── [-rw------- root     wheel       7]  out.p
    └── [-rw------- root     wheel      15]  return.p

1 directory, 5 files

@jfindlay jfindlay changed the title local cache missing directories local cache missing directories while running test suite May 26, 2016
cachedout pushed a commit to cachedout/salt that referenced this issue May 26, 2016
@Ch3LL Ch3LL added ZRELEASED - Boron severity-critical top severity, seen by most users, serious issues labels May 27, 2016
@meggiebot meggiebot modified the milestones: C 9, Approved May 28, 2016
cachedout pushed a commit to cachedout/salt that referenced this issue May 31, 2016
@cachedout cachedout added the fixed-pls-verify fix is linked, bug author to confirm fix label May 31, 2016
rallytime pushed a commit that referenced this issue Jun 2, 2016
@jfindlay
Copy link
Contributor Author

jfindlay commented Jun 8, 2016

This appears to be fixed.

@jfindlay jfindlay closed this as completed Jun 8, 2016
uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Jun 15, 2016
The patch fixes some issues that are new with 2016.3.0
- saltstack/salt#33529
- saltstack/salt#33554
- saltstack/salt#33578
- saltstack/salt#33608

PR:		209829
Submitted by:	ohauer, Andreas Montalban <amontalban@gmail.com>
Approved by:	christer.edwards@gmail.com (maintainer timeout)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@416914 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Jun 15, 2016
The patch fixes some issues that are new with 2016.3.0
- saltstack/salt#33529
- saltstack/salt#33554
- saltstack/salt#33578
- saltstack/salt#33608

PR:		209829
Submitted by:	ohauer, Andreas Montalban <amontalban@gmail.com>
Approved by:	christer.edwards@gmail.com (maintainer timeout)
svmhdvn pushed a commit to svmhdvn/freebsd-ports that referenced this issue Jan 10, 2024
The patch fixes some issues that are new with 2016.3.0
- saltstack/salt#33529
- saltstack/salt#33554
- saltstack/salt#33578
- saltstack/salt#33608

PR:		209829
Submitted by:	ohauer, Andreas Montalban <amontalban@gmail.com>
Approved by:	christer.edwards@gmail.com (maintainer timeout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P3 Priority 3 severity-critical top severity, seen by most users, serious issues severity-low 4th level, cosemtic problems, work around exists ZRELEASED - Boron
Projects
None yet
Development

No branches or pull requests

4 participants